blob: 6c59ddc953fb926f7378df6f439d3ec37b38668e [file] [log] [blame]
notstrom1a5cdb72018-11-08 18:22:41 +01001inherit "/std/room";
2
3#include __PATH__(1)"defs.h"
4
5int guckstu();
6
7
8protected 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}