mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Bugfix Palooza
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user