Skip to content

Commit

Permalink
Adds Inteq wintercoats and hoodies to the uniform lockers on Inteq sh…
Browse files Browse the repository at this point in the history
…ips (#3344)

<!-- 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

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

Adds the inteq wintercoat and hoodie to the Talos, Colossus, Vaquero and
Valor uniform lockers.

## Why It's Good For The Game

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

If you're cold, the Sarathi are cold too.

The Inteq wintercoat is only obtainable as an alt pref-option to the
armor vest for enforcers, and the hoodie isn't mapped anywhere as far as
I'm aware. It'd be nice to able to see them in game more often for
aesthetic options and it's a nice flavorful thing to have to keep warm
with.

## Changelog

:cl:
add: Inteq wintercoats and hoodies in the Talos, Colossus, Vaquero and
Valor uniform lockers
/: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
Gristlebee committed Sep 20, 2024
1 parent 54d9c5a commit 5b36ab8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _maps/shuttles/inteq/inteq_colossus.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@
name = "uniform closet"
},
/obj/machinery/firealarm/directional/east,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/turf/open/floor/plasteel/grimy,
/area/ship/crew)
"cq" = (
Expand Down
6 changes: 6 additions & 0 deletions _maps/shuttles/inteq/inteq_talos.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4071,6 +4071,12 @@
/obj/structure/cable{
icon_state = "0-2"
},
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/turf/open/floor/carpet/black,
/area/ship/crew/dorm)
"zg" = (
Expand Down
6 changes: 6 additions & 0 deletions _maps/shuttles/inteq/inteq_valor.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4599,6 +4599,12 @@
/obj/item/clothing/head/soft/inteq,
/obj/structure/closet/wall/directional/north,
/obj/machinery/airalarm/directional/east,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/turf/open/floor/carpet/black,
/area/ship/crew/dorm)
"RF" = (
Expand Down
6 changes: 6 additions & 0 deletions _maps/shuttles/inteq/inteq_vaquero.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,12 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
},
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
/turf/open/floor/carpet/black,
/area/ship/crew)
"ui" = (
Expand Down

0 comments on commit 5b36ab8

Please sign in to comment.