[MIRROR] Fixes icon state for default gas mask (#8107)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-03-29 13:46:00 -07:00
committed by GitHub
parent fe0c83b1d8
commit dfc9e01f7d
2 changed files with 2 additions and 2 deletions

View File

@@ -264,7 +264,7 @@
/obj/item/clothing/mask/chameleon
name = "gas mask"
icon_state = "gas_alt"
icon_state = "gas_old"
desc = "It looks like a plain gask mask, but on closer inspection, it seems to have a small dial inside."
origin_tech = list(TECH_ILLEGAL = 3)
var/global/list/clothing_choices
@@ -277,7 +277,7 @@
/obj/item/clothing/mask/chameleon/emp_act(severity) //Because we don't have psych for all slots right now but still want a downside to EMP. In this case your cover's blown.
name = "gas mask"
desc = "It's a gas mask."
icon_state = "gas_alt"
icon_state = "gas_old"
update_icon()
update_clothing_icon()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB