adds a delay to translocators (#5299)

telescience update will deal with the rest
unfortunately people won't stop gaming with this so

🆑
balance: translocators now have a 5 second activation delay when
teleporting others
/🆑
This commit is contained in:
silicons
2023-04-06 17:16:50 -07:00
committed by GitHub
parent 008ce35446
commit c5ecafeeaa
@@ -985,6 +985,9 @@
if(!teleport_checks(target,user))
return //The checks proc can send them a message if it wants.
if(user != target && !do_after(user, 5 SECONDS, target))
return
ready = FALSE
update_icon()