Merge pull request #4845 from CHOMPStation2/upstream-merge-13660

[MIRROR] Bugfix Palooza
This commit is contained in:
Nadyr
2022-09-04 18:40:29 -04:00
committed by GitHub
4 changed files with 16 additions and 5 deletions

View File

@@ -133,9 +133,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)