mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Renames COOLDOWN_CHECK, fixes some uses (#51763)
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
damage *= 0.75
|
||||
|
||||
|
||||
if(!COOLDOWN_CHECK(src, caltrop_cooldown))
|
||||
if(COOLDOWN_FINISHED(src, caltrop_cooldown))
|
||||
COOLDOWN_START(src, caltrop_cooldown, 1 SECONDS) //cooldown to avoid message spam.
|
||||
var/atom/A = parent
|
||||
if(!H.incapacitated(ignore_restraints = TRUE))
|
||||
|
||||
Reference in New Issue
Block a user