Skip to content

Commit

Permalink
Fixed the miner's explorer suit
Browse files Browse the repository at this point in the history
  • Loading branch information
BigHornDragon committed Jun 27, 2024
1 parent 8c29c13 commit 525d466
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 525d466

Please sign in to comment.