Wormhole Event Fix, Portal GC Fix

This commit is contained in:
Fox-McCloud
2016-08-08 09:03:30 -04:00
parent ebb83acd5c
commit 340d397382
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -544,7 +544,7 @@
to_chat(user, "<span class='notice'>The [src.name] failed to create a wormhole.</span>")
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)
var/obj/effect/portal/wormhole/jaunt_tunnel/J = new /obj/effect/portal/wormhole/jaunt_tunnel(get_turf(src), chosen_beacon, lifespan=100)
try_move_adjacent(J)
playsound(src,'sound/effects/sparks4.ogg',50,1)
qdel(src)