mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-31 08:37:14 +01:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
/*
|
|
|
|
Read code\__DEFINES\cooldowns.dm
|
|
|
|
*/
|
|
|
|
//INDEXES
|
|
#define COOLDOWN_DOMINANT_SNAP "dominant_snap"
|
|
#define COOLDOWN_DOMINANT_EXAMINE "dominant_examine"
|
|
#define COOLDOWN_EMOTE_FART "emote_fart"
|
|
|
|
//Mecha cooldowns
|
|
#define COOLDOWN_MECHA_SKYFALL "mecha_skyfall"
|
|
#define COOLDOWN_MECHA_MISSILE_STRIKE "mecha_missile_strike"
|
|
|