mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #4845 from CHOMPStation2/upstream-merge-13660
[MIRROR] Bugfix Palooza
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user