From e369536e44a04d391f7b1f836f10b67b359e1edc Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 20 May 2017 01:05:12 -0400 Subject: [PATCH] Use Dhae's Gas Masks --- code/modules/clothing/clothing_vr.dm | 2 +- code/modules/clothing/masks/gasmask.dm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/clothing_vr.dm b/code/modules/clothing/clothing_vr.dm index 99496116f5..451d699261 100644 --- a/code/modules/clothing/clothing_vr.dm +++ b/code/modules/clothing/clothing_vr.dm @@ -26,7 +26,7 @@ //Mask /obj/item/clothing/mask name = "mask" - icon = 'icons/obj/clothing/masks.dmi' + icon = 'icons/obj/clothing/masks_vr.dmi' item_icons = list( slot_l_hand_str = 'icons/mob/items/lefthand_masks.dmi', slot_r_hand_str = 'icons/mob/items/righthand_masks.dmi', diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 3a2c3245ab..33a78ec27b 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -1,8 +1,7 @@ /obj/item/clothing/mask/gas name = "gas mask" desc = "A face-covering mask that can be connected to an air supply. Filters harmful gases from the air." - icon = 'icons/obj/clothing/masks_vr.dmi' - icon_override = 'icons/mob/mask_vr.dmi' //VOREStation Edit - Better gas mask + //icon = 'icons/obj/clothing/masks_vr.dmi' icon_state = "gas_alt" item_flags = BLOCK_GAS_SMOKE_EFFECT | AIRTIGHT flags_inv = HIDEEARS|HIDEEYES|HIDEFACE