Skip to content

Commit

Permalink
explorer gear icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Jul 18, 2024
1 parent edb391d commit 482effb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modular_dripstation/code/modules/clothing/toggles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/obj/item/clothing/head/hooded/explorer
icon = 'modular_dripstation/icons/obj/clothing/hats.dmi'
worn_icon = 'modular_dripstation/icons/mob/clothing/hats.dmi'
dynamic_hair_suffix = ""

/obj/item/clothing/suit/toggle/labcoat
icon = 'modular_dripstation/icons/obj/clothing/suits.dmi'
Expand Down
2 changes: 1 addition & 1 deletion modular_dripstation/code/modules/clothing/voidsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

/obj/item/clothing/suit/space/explorer
name = "explorer space suit"
icon_state = "explorer"
icon_state = "space_explorer"
//item_state = "explorer"
desc = "A suit that protects against low pressure environments. Has a big NT logo on the back. This variation has reinforced bulletproof plating."
armor = list(MELEE = 25, BULLET = 25, LASER = 0, ENERGY = 0, BOMB = 20, BIO = 100, RAD = 70, FIRE = 60, ACID = 65, WOUND = 0, ELECTRIC = 100)
Expand Down
Binary file modified modular_dripstation/icons/mob/clothing/spacesuits/suits.dmi
Binary file not shown.
Binary file modified modular_dripstation/icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified modular_dripstation/icons/obj/clothing/suits.dmi
Binary file not shown.

0 comments on commit 482effb

Please sign in to comment.