blob: 9c3db3a54e8360ad1f13e378ce64e248a92793cd [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 wieder ist der Raum nicht sonderlich interessant."));
SetProp(P_LIGHT, 1);
SetProp(P_INDOORS, 1);
SetProp(P_LIGHT_TYPE, LT_GLOWING);
AddItem(__PATH__(1)"npc/zwerg5", REFRESH_DESTRUCT);
}