diff --git a/code/__DEFINES/supermatter.dm b/code/__DEFINES/supermatter.dm deleted file mode 100644 index 79c16208574..00000000000 --- a/code/__DEFINES/supermatter.dm +++ /dev/null @@ -1,3 +0,0 @@ -///to prevent accent sounds from layering -#define SUPERMATTER_ACCENT_SOUND_MIN_COOLDOWN (2 SECONDS) - diff --git a/code/modules/power/supermatter/supermatter_special_effects.dm b/code/modules/power/supermatter/supermatter_special_effects.dm index 91f7fe39bdd..17eb7a5233e 100644 --- a/code/modules/power/supermatter/supermatter_special_effects.dm +++ b/code/modules/power/supermatter/supermatter_special_effects.dm @@ -6,6 +6,9 @@ #define SIMPLE_ANIMAL_MINDGIVING_CHANCE 2 #define DNA_MUTATION_CHANCE 10 +///to prevent accent sounds from layering +#define SUPERMATTER_ACCENT_SOUND_MIN_COOLDOWN (2 SECONDS) + /datum/supermatter_explosive_effects var/z = 0 ///DNA mutation chance. Made this into var so admins can have fun messing up station @@ -229,3 +232,4 @@ #undef SPECIAL_EFFECTS_TIMER_DELAY #undef SIMPLE_ANIMAL_MINDGIVING_CHANCE #undef DNA_MUTATION_CHANCE +#undef SUPERMATTER_ACCENT_SOUND_MIN_COOLDOWN