Skip to content

Commit

Permalink
Industrial Jacket Warm (For Real) (#3278)
Browse files Browse the repository at this point in the history
## About The Pull Request

adds one line i forgot to add

## Why It's Good For The Game

its Bleak

## Changelog

:cl:
fix: Fixes the Industrial Jacket to be warm (For Real)
/:cl:
  • Loading branch information
generalthrax authored Aug 10, 2024
1 parent d5d7a28 commit eb02f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/clothing/suits/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
item_state = "highvis"
blood_overlay_type = "coat"
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|GROIN|ARMS
cold_protection = CHEST|ARMS
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
togglename = "zipper"
allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/t_scanner, /obj/item/radio)
resistance_flags = NONE
Expand Down

0 comments on commit eb02f3a

Please sign in to comment.