mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Merge pull request #8867 from Seris02/augmentfix
fixes augment implants so you can't spam the fuck out of them
This commit is contained in:
@@ -135,8 +135,8 @@
|
||||
return
|
||||
|
||||
if(aug_cooldown)
|
||||
if(last_activate <= world.time + aug_cooldown)
|
||||
last_activate = world.time
|
||||
if(cooldown <= world.time)
|
||||
cooldown = world.time + aug_cooldown
|
||||
else
|
||||
return
|
||||
|
||||
|
||||
@@ -93,8 +93,8 @@
|
||||
return
|
||||
|
||||
if(aug_cooldown)
|
||||
if(last_activate <= world.time + aug_cooldown)
|
||||
last_activate = world.time
|
||||
if(cooldown <= world.time)
|
||||
cooldown = world.time + aug_cooldown
|
||||
else
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user