mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Teleportation Fixes and Tweaks (#12103)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user