Bugfix Palooza

This commit is contained in:
Casey
2022-09-04 17:51:20 -04:00
committed by CHOMPStation2
parent 43928fcfb6
commit 6d970b9e9c
4 changed files with 19 additions and 3 deletions

View File

@@ -132,9 +132,9 @@
to_chat(M, "<span class='notice'>Something blocks your way.</span>")
return
temptarg = pick(possible_turfs)
do_noeffect_teleport(M, temptarg, 0)
do_safe_teleport(M, temptarg, 0)
else if (istype(M, /atom/movable))
do_noeffect_teleport(M, target, 0)
do_safe_teleport(M, target, 0)
/obj/structure/portal_event/Destroy()
if(target)