mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Adds move cooldown for inventory management, clicking on adjacent atoms
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
return (!mover.density || !density || lying)
|
||||
return
|
||||
|
||||
/mob/setMoveCooldown(var/timeout)
|
||||
/mob/proc/setMoveCooldown(var/timeout)
|
||||
if(client)
|
||||
client.move_delay = max(world.time + timeout, client.move_delay)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user