"At Easter one may see the Easter Bunny hopping around the world of Faiumoni. Bunny is really fast even though he carries some heavy surprises with him...",
false);
if (System.getProperty("stendhal.easterbunny") != null) {
createbunny();
teleporterBehaviour = new ItemDroppingTeleporterBehaviour(bunny, "*hop* *hop* *hop* Happy Easter!", true, "small easter egg");
}
}