Skip to content

Commit

Permalink
Adds winter coats to the Harrier (#3904)
Browse files Browse the repository at this point in the history
Adds winter coats to the Harrier

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Adds winter coats to the Paramedic, Medical Doctor, Janitor, IAA, Cargo
Tech, Quartermaster, Captain, Engineer, Atmos Tech, First Officer, and
Chef's lockers.

## Why It's Good For The Game

Freezing to death is bad. My Sarathi crew have to wear EVA suits on rock
planets to not freeze to death. Most other lockers come with some winter
coats by default.

## Changelog

:cl:
add: Added winter coats to the Harrier
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Aquidu authored Dec 28, 2024
1 parent 8433c32 commit 9da94ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _maps/shuttles/nanotrasen/nanotrasen_harrier.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,7 @@
/obj/structure/cable{
icon_state = "0-8"
},
/obj/item/clothing/suit/hooded/wintercoat/medical,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"gQ" = (
Expand Down Expand Up @@ -1568,6 +1569,7 @@
/obj/item/clothing/under/rank/civilian/chef,
/obj/item/clothing/head/chefhat,
/obj/item/storage/backpack/messenger,
/obj/item/clothing/suit/hooded/wintercoat,
/turf/open/floor/plasteel/freezer,
/area/ship/crew/canteen)
"iz" = (
Expand Down Expand Up @@ -2220,6 +2222,7 @@
/obj/item/clothing/shoes/galoshes,
/obj/item/storage/belt/janitor,
/obj/item/clothing/gloves/color/black,
/obj/item/clothing/suit/hooded/wintercoat,
/turf/open/floor/plating,
/area/ship/crew/janitor)
"mc" = (
Expand Down Expand Up @@ -2532,6 +2535,7 @@
/obj/item/clothing/glasses/sunglasses,
/obj/item/storage/belt/sabre,
/obj/machinery/light/small/directional/north,
/obj/item/clothing/suit/hooded/wintercoat/captain,
/turf/open/floor/carpet/royalblue,
/area/ship/crew/dorm/dormtwo)
"op" = (
Expand Down Expand Up @@ -3778,6 +3782,7 @@
/obj/item/storage/backpack/satchel/leather,
/obj/item/storage/box/ids,
/obj/machinery/light/small/directional/south,
/obj/item/clothing/suit/hooded/wintercoat,
/turf/open/floor/carpet/blue,
/area/ship/crew/dorm)
"vj" = (
Expand Down Expand Up @@ -4528,6 +4533,7 @@
/obj/effect/turf_decal/trimline/opaque/blue/line{
dir = 1
},
/obj/item/clothing/suit/hooded/wintercoat/medical/paramedic,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"yS" = (
Expand Down Expand Up @@ -5205,6 +5211,7 @@
/obj/effect/turf_decal/trimline/opaque/vired/line,
/obj/item/storage/belt/security,
/obj/item/melee/knife/survival,
/obj/item/clothing/suit/hooded/wintercoat/security,
/turf/open/floor/plasteel/dark,
/area/ship/security)
"CN" = (
Expand Down Expand Up @@ -5876,6 +5883,7 @@
},
/obj/item/stack/tape,
/obj/item/stamp/nanotrasen/ns/supply,
/obj/item/clothing/suit/hooded/wintercoat/cargo,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"Gy" = (
Expand Down Expand Up @@ -6464,6 +6472,7 @@
/obj/item/clothing/gloves/color/black,
/obj/item/clothing/glasses/meson/engine,
/obj/item/analyzer,
/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos,
/turf/open/floor/plasteel/patterned,
/area/ship/engineering)
"Kd" = (
Expand Down Expand Up @@ -6502,6 +6511,7 @@
/obj/item/clothing/head/hardhat/nanotrasen,
/obj/item/clothing/gloves/color/yellow,
/obj/item/clothing/glasses/meson/engine,
/obj/item/clothing/suit/hooded/wintercoat/engineering,
/turf/open/floor/plasteel/patterned,
/area/ship/engineering)
"Kl" = (
Expand Down Expand Up @@ -9351,6 +9361,7 @@
/obj/item/clothing/neck/tie/black,
/obj/item/storage/backpack/satchel/leather,
/obj/item/clothing/glasses/sunglasses,
/obj/item/clothing/suit/hooded/wintercoat,
/turf/open/floor/wood,
/area/ship/crew/law_office)
"YC" = (
Expand Down Expand Up @@ -9510,6 +9521,7 @@
/obj/item/clothing/head/nanotrasen/cap/supply,
/obj/item/clothing/gloves/fingerless,
/obj/item/storage/backpack/messenger,
/obj/item/clothing/suit/hooded/wintercoat/cargo,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"Zm" = (
Expand Down

0 comments on commit 9da94ce

Please sign in to comment.