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