Skip to content

Commit

Permalink
Merge pull request #1144 from MysteryMan21333/Mining-suit-fix
Browse files Browse the repository at this point in the history
Mining Suit Taur Sprite Fix
  • Loading branch information
MosleyTheMalO authored May 9, 2024
2 parents 85cc6cf + d8feb3b commit af8f911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-normal"
item_state = "explorer-normal"
icon_state = "explorer"
item_state = "explorer"
var/suit_type = "normal"
body_parts_covered = CHEST|GROIN|LEGS|ARMS
cold_protection = CHEST|GROIN|LEGS|ARMS
Expand All @@ -13,7 +13,7 @@
flags_inv = HIDEJUMPSUIT|HIDETAUR
allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/resonator, /obj/item/mining_scanner, /obj/item/t_scanner/adv_mining_scanner, /obj/item/gun/energy/kinetic_accelerator, /obj/item/pickaxe)
resistance_flags = FIRE_PROOF
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_SNEK_TAURIC|STYLE_PAW_TAURIC
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC
no_t = TRUE

/obj/item/clothing/head/hooded/explorer
Expand Down
Binary file modified icons/mob/clothing/suit.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/taur_canine.dmi
Binary file not shown.

0 comments on commit af8f911

Please sign in to comment.