inherit "inherit/store.c"; reset(arg) { ::reset(arg); if(arg)return; set_weather(2,2,1); set_owner("krog"); set_short("Shadow of Death Trading Post"); set_long( "You are in the Shadow of Death Trading Post. Here you are free to buy and\n" "sell as you see fit, if you can do so without getting your throat cut by the\n" "evil little man behind the counter.\n"); set_exits(({"/players/wrath/room/zolgath/18","west"})); }