Skip to content

Commit

Permalink
Fixes N+S Captain loadout (#3165)
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

I forgot to set some slots on the N+S Captain loadout to NULL, causing
them to inherit normal Nanotrasen items. This PR nulls them out, making
the N+S Captain effectively dressed as a Quartermaster, as he should be.

## Why It's Good For The Game

bugfixes good

## Changelog

:cl:
fix: N+S Captains no longer spawn with Nanotrasen coats.
/: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
Apogee-dev authored Jul 8, 2024
1 parent f544d0d commit 9f3cb0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/clothing/outfits/factions/nanotrasen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@

head = /obj/item/clothing/head/nanotrasen/cap/supply
uniform = /obj/item/clothing/under/nanotrasen/supply/qm
suit = null
alt_suit = null
dcoat = /obj/item/clothing/suit/hooded/wintercoat/cargo
shoes = /obj/item/clothing/shoes/sneakers/brown
glasses = /obj/item/clothing/glasses/sunglasses
gloves = null
neck = null
l_hand = /obj/item/clipboard

chameleon_extras = /obj/item/stamp/qm
Expand Down

0 comments on commit 9f3cb0a

Please sign in to comment.