inherit "inherit/room2.c"; object shadow1,shadow2,shadow3,shadow4; reset(arg) { if(!shadow1) { shadow1 = clone_object("/players/wrath/mon/shad_15_h.c"); move_object(shadow1,this_object()); } if(!shadow2) { shadow2 = clone_object("/players/wrath/mon/shad_15_h.c"); move_object(shadow2,this_object()); } if(!shadow3) { shadow3 = clone_object("/players/wrath/mon/shad_15_h.c"); move_object(shadow3,this_object()); } if(!shadow4) { shadow4 = clone_object("/players/wrath/mon/shad_15_h.c"); move_object(shadow4,this_object()); } set_weather(1,1,1); set_light(-3); set_short("Dark Alley"); set_long( "You are in a very dark alleyway. In fact it is so dark here you are sure\n" "something is amiss. The only reason you can see at all is because you are\n" "carrying quite alot of light. In the center of the alley is a large, flat\n" "stone.\n"); set_exits(({"/players/wrath/room/zolgath/12","east"})); }