Skip to content

Commit

Permalink
Merge pull request #1173 from BigHornDragon/miner-suit
Browse files Browse the repository at this point in the history
Fixed the miner's explorer suit
  • Loading branch information
MosleyTheMalO committed Jun 29, 2024
2 parents 8c29c13 + 525d466 commit 9597a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mining/equipment/explorer_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9597a10

Please sign in to comment.