mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 23:58:06 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user