From 5bbf24a386d1cf0d85ed4ecb4e374213e3f82e5f Mon Sep 17 00:00:00 2001 From: Spades Date: Fri, 1 Sep 2017 20:09:31 -0400 Subject: [PATCH] Fixes "Death Commando" mask, changes its name No use letting unused assets go to waste. At first I thought this was a redundant mask but it actually serves a use, it's just coded wrongly. --- code/modules/clothing/masks/gasmask.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index b7df12fa0a..876340cb2a 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -104,9 +104,9 @@ flags_inv = HIDEEARS|HIDEFACE item_state_slots = list(slot_r_hand_str = "mime", slot_l_hand_str = "mime") -/obj/item/clothing/mask/gas/death_commando - name = "Death Commando Mask" - icon_state = "death_commando_mask" +/obj/item/clothing/mask/gas/commando + name = "commando mask" + icon_state = "fullgas" item_state_slots = list(slot_r_hand_str = "swat", slot_l_hand_str = "swat") siemens_coefficient = 0.2