From 525d4664135aa9300afdd042cb986b5dcca2ed0a Mon Sep 17 00:00:00 2001 From: Ryu OrbWatcher Date: Thu, 27 Jun 2024 12:27:15 -0500 Subject: [PATCH] Fixed the miner's explorer suit --- code/modules/mining/equipment/explorer_gear.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mining/equipment/explorer_gear.dm b/code/modules/mining/equipment/explorer_gear.dm index 849311800550..090c0a851ca0 100644 --- a/code/modules/mining/equipment/explorer_gear.dm +++ b/code/modules/mining/equipment/explorer_gear.dm @@ -2,8 +2,8 @@ /obj/item/clothing/suit/hooded/explorer name = "explorer suit" desc = "An armoured suit for exploring harsh environments." - icon_state = "explorer" - item_state = "explorer" + icon_state = "explorer-normal" + item_state = "explorer-normal" var/suit_type = "normal" body_parts_covered = CHEST|GROIN|LEGS|ARMS cold_protection = CHEST|GROIN|LEGS|ARMS