Skip to content

Commit

Permalink
missed a few HEV things. Woops! (#5484)
Browse files Browse the repository at this point in the history
* missed a few HEV things.

Gives the HEV suit cold protection and unacidable (for good measure). Should cover every envrio hazard other then space now.

* Update misc.dm
  • Loading branch information
benj8560 authored Jun 26, 2024
1 parent 8edb447 commit 7fa5e86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -638,5 +638,8 @@ obj/item/clothing/head/sunhat/verb/toggle_style()
w_class = ITEM_SIZE_NORMAL
item_flags = STOPPRESSUREDAMAGE //hardhat has it? So this gets it to.
heat_protection = HEAD
cold_protection = HEAD
max_heat_protection_temperature = FIRE_HELMET_MAX_HEAT_PROTECTION_TEMPERATURE
min_cold_protection_temperature = SPACE_HELMET_MIN_COLD_PROTECTION_TEMPERATURE
unacidable = TRUE
price_tag = 1000
4 changes: 3 additions & 1 deletion code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ obj/item/clothing/suit/gownrisque/alt
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL
item_flags = COVER_PREVENT_MANIPULATION
heat_protection = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
max_heat_protection_temperature = SPACE_SUIT_MAX_HEAT_PROTECTION_TEMPERATURE
cold_protection = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
max_heat_protection_temperature = SPACE_SUIT_MAX_HEAT_PROTECTION_TEMPERATURE
min_cold_protection_temperature= SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE
unacidable = TRUE
price_tag = 2000

0 comments on commit 7fa5e86

Please sign in to comment.