Skip to content

Commit

Permalink
suppression less intense, but more obscuring
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed May 20, 2024
1 parent 30b22f9 commit 928a9a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions code/__defines/suppression.dm
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion code/modules/halo/misc/suppression.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 928a9a3

Please sign in to comment.