code/__DEFINES/cooldowns.dm 
| COOLDOWN_BORG_SELF_REPAIR | COOLDOWN SYSTEMS |
|---|---|
| TIMER_COOLDOWN_RUNNING | Checks if a timer based cooldown is NOT finished. |
| TIMER_COOLDOWN_FINISHED | Checks if a timer based cooldown is finished. |
| COOLDOWN_ADD | Add time to an ongoing cooldown or start a cooldown of given time if not started yet |
| COOLDOWN_MINIMUM | Sets the cooldown to whichever is larger, any ongoing cooldown or the given time |
Define Details
COOLDOWN_ADD 
Add time to an ongoing cooldown or start a cooldown of given time if not started yet
COOLDOWN_BORG_SELF_REPAIR 
COOLDOWN SYSTEMS
COOLDOWN_MINIMUM 
Sets the cooldown to whichever is larger, any ongoing cooldown or the given time
TIMER_COOLDOWN_FINISHED 
Checks if a timer based cooldown is finished.
TIMER_COOLDOWN_RUNNING 
Checks if a timer based cooldown is NOT finished.