Teleportation Fixes and Tweaks (#12103)

This commit is contained in:
Doxxmedearly
2021-06-29 06:49:23 -04:00
committed by GitHub
parent 52934f9153
commit 2843ee8db8
5 changed files with 104 additions and 46 deletions
@@ -157,8 +157,8 @@
return
var/did_teleport = FALSE
for(var/mob/M in contents)
did_teleport = TRUE
linked_teleporter.do_teleport(M)
if(linked_teleporter.do_teleport(M))
did_teleport = TRUE
if(did_teleport)
linked_teleporter.last_use = world.time