From 4e85cd740dc915f402801b6c6e06a12c656ac11c Mon Sep 17 00:00:00 2001 From: Rafnik02 Date: Fri, 15 Nov 2024 17:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D0=BA=20=D0=BF=D0=BE=D0=B4=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D1=8B=D0=B2=D0=B0=D1=82=D1=8C=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BC=D0=B8=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/__DEFINES/supermatter.dm | 3 --- code/modules/power/supermatter/supermatter_special_effects.dm | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 code/__DEFINES/supermatter.dm 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