Removes a few spawns

This commit is contained in:
CitadelStationBot
2017-04-25 14:36:18 -05:00
parent 306e7c1cba
commit a96ba5aae3
5 changed files with 10 additions and 19 deletions
@@ -14,8 +14,7 @@
if(T.density)//Don't want them shooting nets through walls. It's kind of cheesy.
to_chat(H, "<span class='warning'>You may not use an energy net through solid obstacles!</span>")
return
spawn(0)
H.Beam(C,"n_beam",time=15)
H.Beam(C,"n_beam",time=15)
H.say("Get over here!")
var/obj/structure/energy_net/E = new /obj/structure/energy_net(C.loc)
H.visible_message("<span class='danger'>[H] caught [C] with an energy net!</span>","<span class='notice'>You caught [C] with an energy net!</span>")