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