Skip to content

Commit

Permalink
Adds inteq survival boxes. (#3607)
Browse files Browse the repository at this point in the history
<!-- 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
Contents:
- inteq balaclava
- radio
- adv. o2 tank
- medipen

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

## Why It's Good For The Game
Balaclavas are, according to their desc, used to conceal member
identities. Kinda weird that most members don't get them!
<!-- 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. -->

## Changelog

:cl:
add: Added an inteq survival box.
/: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
Sadhorizon authored Nov 14, 2024
1 parent 9c15770 commit 4cf8ad2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code/game/objects/items/storage/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
mask_type = /obj/item/clothing/mask/balaclava
internal_type = /obj/item/tank/internals/emergency_oxygen/double

/obj/item/storage/box/survival/inteq
mask_type = /obj/item/clothing/mask/balaclava/inteq
internal_type = /obj/item/tank/internals/emergency_oxygen/engi

/obj/item/storage/box/survival/frontier
mask_type = null // we spawn in gas masks in frontiersmen bags alongside this, so it isn't nessary
internal_type = /obj/item/tank/internals/emergency_oxygen //frontiersmen dont
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/outfits/factions/inteq.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
faction_icon = "bg_inteq"

uniform = /obj/item/clothing/under/syndicate/inteq
box = /obj/item/storage/box/survival
box = /obj/item/storage/box/survival/inteq

backpack = /obj/item/storage/backpack
satchel = /obj/item/storage/backpack/satchel
Expand Down

0 comments on commit 4cf8ad2

Please sign in to comment.