Revert "i can't believe kevin made me code"

This reverts commit 7f38564838.
This commit is contained in:
Fabian
2021-03-05 21:19:59 +01:00
parent a061f02b5b
commit 2f1aba4f80
13 changed files with 23 additions and 318 deletions
-13
View File
@@ -49,11 +49,6 @@
/// A weak reference to another datum
var/datum/weakref/weak_reference
//ambition port start
///Lazy associative list of currently active cooldowns.
var/list/cooldowns
//ambition port end
/*
* Lazy associative list of currently active cooldowns.
*
@@ -266,11 +261,3 @@
return
SEND_SIGNAL(source, COMSIG_CD_RESET(index), S_TIMER_COOLDOWN_TIMELEFT(source, index))
TIMER_COOLDOWN_END(source, index)
//ambition port start
///Callback called by a timer to end an associative-list-indexed cooldown.
/proc/end_cooldown(datum/source, index)
if(QDELETED(source))
return
COOLDOWN_END(source, index)
//ambition port end