Skip to content

Commit

Permalink
makes the industrial jacket warm (#3251)
Browse files Browse the repository at this point in the history
## About The Pull Request

Gives the industrial jacket cold protection

## Why It's Good For The Game

It looks pretty comfy and warm but isn't. It's kind of Strange

## Changelog

:cl:
add: Industrial jacket now keeps you warm
/:cl:
  • Loading branch information
generalthrax authored Aug 1, 2024
1 parent 6420ad1 commit 65f0e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/clothing/suits/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
item_state = "highvis"
blood_overlay_type = "coat"
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|GROIN|ARMS
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 65f0e1e

Please sign in to comment.