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/zwerg6", REFRESH_DESTRUCT); | |
} |