notstrom | 2c84492 | 2018-12-03 10:40:03 +0100 | [diff] [blame] | 1 | inherit "/std/room"; |
2 | |||||
3 | #include __PATH__(1)"defs.h" | ||||
4 | |||||
5 | |||||
6 | protected void create() { | ||||
7 | ::create(); | ||||
8 | |||||
9 | SetProp(P_INT_SHORT, "Eine schummrige Huette"); | ||||
10 | SetProp(P_INT_LONG, BSLF( | ||||
11 | "Und wieder ist der Raum nicht sonderlich interessant.")); | ||||
12 | |||||
13 | SetProp(P_LIGHT, 1); | ||||
14 | SetProp(P_INDOORS, 1); | ||||
15 | SetProp(P_LIGHT_TYPE, LT_GLOWING); | ||||
16 | |||||
17 | AddItem(__PATH__(1)"npc/zwerg6", REFRESH_DESTRUCT); | ||||
18 | } |