Skip to content

Commit

Permalink
Merge pull request #113 from homexp13/suit++
Browse files Browse the repository at this point in the history
Hardsuit fix
  • Loading branch information
Huz2e authored Jun 21, 2024
2 parents cae1501 + 1810d88 commit f93208f
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 44 deletions.
9 changes: 5 additions & 4 deletions massmeta/code/modules/clothing/suits/wiz_robe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/obj/item/clothing/suit/space/hardsuit/shielded/wizard
name = "battlemage armour"
desc = "Not all wizards are afraid of getting up close and personal."
icon_state = "battlemage"
inhand_icon_state = "battlemage"
icon_state = "hardsuit-wiz"
inhand_icon_state = "wiz_hardsuit"
min_cold_protection_temperature = ARMOR_MIN_TEMP_PROTECT
max_heat_protection_temperature = ARMOR_MAX_TEMP_PROTECT
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/shielded/wizard
Expand All @@ -19,8 +19,9 @@
/obj/item/clothing/head/helmet/space/hardsuit/shielded/wizard
name = "battlemage helmet"
desc = "A suitably impressive helmet."
icon_state = "battlemage"
inhand_icon_state = "battlemage"
icon_state = "hardsuit0-wiz"
hardsuit_type = "wiz"
inhand_icon_state = null
min_cold_protection_temperature = ARMOR_MIN_TEMP_PROTECT
max_heat_protection_temperature = ARMOR_MAX_TEMP_PROTECT
armor_type = /datum/armor/hardsuit_wizard_shielded
Expand Down
Loading

0 comments on commit f93208f

Please sign in to comment.