Update cooldowns.dm
This commit is contained in:
@@ -65,8 +65,6 @@
|
||||
|
||||
#define COOLDOWN_START(cd_source, cd_index, cd_time) (cd_source.cd_index = world.time + cd_time)
|
||||
|
||||
#define COOLDOWN_CHECK(cd_source, cd_index) (cd_source.cd_index < world.time)
|
||||
|
||||
//Returns true if the cooldown has run its course, false otherwise
|
||||
#define COOLDOWN_FINISHED(cd_source, cd_index) (cd_source.cd_index < world.time)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user