Ports Wormhole Projector

This commit is contained in:
Fox-McCloud
2015-12-19 00:57:40 -05:00
parent 4c03cf2599
commit ea11eaa387
16 changed files with 114 additions and 33 deletions
-1
View File
@@ -534,7 +534,6 @@
return
var/chosen_beacon = pick(L)
var/obj/effect/portal/wormhole/jaunt_tunnel/J = new /obj/effect/portal/wormhole/jaunt_tunnel(get_turf(src), chosen_beacon)
J.target = chosen_beacon
try_move_adjacent(J)
playsound(src,'sound/effects/sparks4.ogg',50,1)
qdel(src)