Merge pull request #14291 from VOREStation/upstream-merge-8867

[MIRROR] fixes augment implants so you can't spam the fuck out of them
This commit is contained in:
Heroman3003
2023-01-03 06:54:31 +00:00
committed by CHOMPStation2
parent 9b2107049c
commit eb6dbedbbc
3 changed files with 7 additions and 7 deletions
@@ -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
+2 -2
View File
@@ -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