From c8c5743a85e55f71f29fc32b0ecd9338fe87aaa8 Mon Sep 17 00:00:00 2001 From: Pierre-Louis <44984704+PIerreLouisH@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:26:41 +0100 Subject: [PATCH] Chitinous armor headgear cover both mouth and eyes (#23617) Chitinous armor headgear cover both mouth and eyes. Therefore protect from pepper spray. Fixes #23500 Co-authored-by: Pierre-Louis --- code/modules/antagonists/changeling/powers/mutations.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/changeling/powers/mutations.dm b/code/modules/antagonists/changeling/powers/mutations.dm index c689b9386fd..7a9e986bf77 100644 --- a/code/modules/antagonists/changeling/powers/mutations.dm +++ b/code/modules/antagonists/changeling/powers/mutations.dm @@ -582,3 +582,4 @@ flags = BLOCKHAIR | NODROP | DROPDEL armor = list(MELEE = 40, BULLET = 40, LASER = 40, ENERGY = 20, BOMB = 10, RAD = 0, FIRE = 90, ACID = 90) flags_inv = HIDEEARS + flags_cover = MASKCOVERSEYES | MASKCOVERSMOUTH