178179180181182183184185
SingletonRepository.getLoginNotifier().addListener(this); if (System.getProperty("stendhal.santa") != null) { // activate santa here createSanta(); teleporterBehaviour = new TeleporterBehaviour(santa, "Ho, ho, ho! Merry Christmas!", false); } }
26272829303132
* @author kymara */ public class FlowerSellerNPC implements ZoneConfigurator { public void configureZone(final StendhalRPZone zone, final Map<String, String> attributes) { new TeleporterBehaviour(buildSemosHouseArea(), "Flowers! Get your fresh flowers here!"); }