Skip to content

Commit

Permalink
fix_1
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Jun 20, 2024
1 parent 79cb614 commit cc97df0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 4 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,8 @@
/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 = "hardsuit-wiz"
inhand_icon_state = "wiz_hardsuit"
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
6 changes: 4 additions & 2 deletions massmeta/features/hardsuits/code/hardsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
/obj/item/clothing/suit/space/hardsuit
name = "hardsuit"
desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding."
lefthand_file = 'massmeta/features/hardsuits/icons/clothing_lefthand.dmi'
righthand_file = 'massmeta/features/hardsuits/icons/clothing_righthand.dmi'
icon = 'massmeta/features/hardsuits/icons/suits.dmi'
worn_icon = 'massmeta/features/hardsuits/icons/suit.dmi'
icon_state = "hardsuit-engineering"
Expand Down Expand Up @@ -592,7 +594,7 @@
toggle_hardsuit_mode(user)
if(iscarbon(user))
var/mob/living/carbon/C = user
C.update_worn_head(src, forced = 1)
C.update_worn_head()
icon_state = "hardsuit[on]-[hardsuit_type]"
worn_icon_state = "hardsuit[on]-[hardsuit_type]"
user.update_worn_head()
Expand Down Expand Up @@ -937,7 +939,7 @@
/obj/item/clothing/head/helmet/space/hardsuit/ert/paranormal
name = "paranormal response team helmet"
desc = "A helmet worn by those who deal with paranormal threats for a living."
icon_state = "hardsuit0-prt"
icon_state = "hardsuit0-inq"
inhand_icon_state = "hardsuit0-prt"
hardsuit_type = "prt"
max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit cc97df0

Please sign in to comment.