From fcdeaed7661f3c66ca8739ea567eea66534efbb5 Mon Sep 17 00:00:00 2001 From: TheRyeGuyWhoWillNowDie <70169560+TheRyeGuyWhoWillNowDie@users.noreply.github.com> Date: Tue, 30 Dec 2025 22:08:25 -0500 Subject: [PATCH] security gas masks give pepperspray immunity again (#94155) ## About The Pull Request when tgstation was doing the weird gas mask nerf thing, the security hailer mask was caught in the crossfire as a compromise for not being FOV restricted. now that FOV restrictions have been removed though, it still hasn't gotten its immunity back. this pr readds the secmask pepper spray immunity, while it's pulled over your mouth and nose of course ## Why It's Good For The Game both pepper-spray and the sechailer are underused. pepperspray is usually discarded or ignored, and most sec players use the security gas mask like a normal breath mask. pepperspray is cool and criminally underused because the server lagging will make you stun yourself, which is very odd because generally security officers have immunity to all of their own non-baton non-disabler tools (flash, flashbang, pepperspray before the mask was nerfed) ## Changelog :cl: balance: the security gas mask is pepper-proof again. /:cl: --- code/modules/clothing/masks/hailer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/hailer.dm b/code/modules/clothing/masks/hailer.dm index 02058117ca7..ad5233cad8c 100644 --- a/code/modules/clothing/masks/hailer.dm +++ b/code/modules/clothing/masks/hailer.dm @@ -54,7 +54,7 @@ GLOBAL_LIST_INIT(hailer_phrases, list( visor_flags = BLOCK_GAS_SMOKE_EFFECT | MASKINTERNALS visor_flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT flags_cover = MASKCOVERSMOUTH - visor_flags_cover = MASKCOVERSMOUTH + visor_flags_cover = MASKCOVERSMOUTH | PEPPERPROOF tint = 0 fishing_modifier = 0 unique_death = 'sound/items/sec_hailer/sec_death.ogg'