notstrom | 1a5cdb7 | 2018-11-08 18:22:41 +0100 | [diff] [blame] | 1 | inherit "/std/room"; |
2 | |||||
3 | #include __PATH__(1)"defs.h" | ||||
4 | |||||
notstrom | 1a5cdb7 | 2018-11-08 18:22:41 +0100 | [diff] [blame] | 5 | |
6 | protected void create() { | ||||
7 | ::create(); | ||||
8 | |||||
9 | SetProp(P_INT_SHORT, "Eine schummrige Huette"); | ||||
10 | SetProp(P_INT_LONG, BSLF( | ||||
11 | "Und mal wieder ist hier echt nicht viel los. Dafuer jemand.")); | ||||
12 | |||||
13 | SetProp(P_LIGHT, 1); | ||||
14 | SetProp(P_INDOORS, 1); | ||||
15 | SetProp(P_LIGHT_TYPE, LT_GLOWING); | ||||
16 | |||||
17 | AddItem(__PATH__(1)"npc/zwerg1", REFRESH_DESTRUCT); | ||||
18 | } |