From 928a9a316f3c124d1cc99389045de76c1d40f7d7 Mon Sep 17 00:00:00 2001 From: X0-11 Date: Mon, 20 May 2024 17:45:15 +0100 Subject: [PATCH] suppression less intense, but more obscuring --- code/__defines/suppression.dm | 6 +++--- code/modules/halo/misc/suppression.dm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/__defines/suppression.dm b/code/__defines/suppression.dm index 0e047f9e1b992..55cb52b17b2b0 100644 --- a/code/__defines/suppression.dm +++ b/code/__defines/suppression.dm @@ -1,5 +1,5 @@ -#define SUPPRESS_LARGE 5 -#define SUPPRESS_MID 3 -#define SUPPRESS_SMALL 2 +#define SUPPRESS_LARGE 9 +#define SUPPRESS_MID 6 +#define SUPPRESS_SMALL 3 #define SUPPRESSION_FULLSCREEN_TYPE /obj/screen/fullscreen/oxy \ No newline at end of file diff --git a/code/modules/halo/misc/suppression.dm b/code/modules/halo/misc/suppression.dm index f34e907cab246..fcd0b8ca05f21 100644 --- a/code/modules/halo/misc/suppression.dm +++ b/code/modules/halo/misc/suppression.dm @@ -19,7 +19,7 @@ //low supression effects if(prob(shake_chance)) - shake_camera(src, round(0.25 SECONDS * shake_multiplier), shake_intensity)) + shake_camera(src, round(0.25 SECONDS * shake_intensity), shake_intensity) if(prob(SUPPRESSION_SCREAM_CHANCE)) emote("painscream",AUDIBLE_MESSAGE) time_last_suppressed = world.time \ No newline at end of file