blob: 121556a11a25d61814b41da440be0bf4f5fcd0a4 [file] [log] [blame]
inherit "/std/room";
#include __PATH__(1)"defs.h"
protected void create() {
::create();
SetProp(P_INT_SHORT, "Eine schummrige Huette");
SetProp(P_INT_LONG, BSLF(
"Und mal wieder ist hier echt nicht viel los. Dafuer jemand."));
SetProp(P_LIGHT, 1);
SetProp(P_INDOORS, 1);
SetProp(P_LIGHT_TYPE, LT_GLOWING);
AddItem(__PATH__(1)"npc/zwerg1", REFRESH_DESTRUCT);
}