Skip to content

Commit

Permalink
Commanding Officer Team Spirit(patches) (#7208)
Browse files Browse the repository at this point in the history
# About the pull request
- adds patches for CO to either put on his own uniform, or to hand out


ps, when you guys add doves, hawks & almayer patches they should go here
and then you can hand them out like tokens
<!-- Remove this text and explain what the purpose of your PR is.
Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
The CO of the battalion doesn't even have his battalion patches! This
fixes that.
# Testing Photographs and Procedure
tested it, it works, vends and attaches like it should

</details>


# Changelog
:cl:
add: Adds USCM & Falling Falcons patches to Commanding Officer's vendor.
/:cl:
  • Loading branch information
QuickLode authored Sep 27, 2024
1 parent 49fc21d commit 0801a43
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ GLOBAL_LIST_INIT(cm_vending_clothing_commanding_officer, list(
list("Sidearm Pouch", 0, /obj/item/storage/pouch/pistol, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR),
list("Large Shotgun Shell Pouch", 0, /obj/item/storage/pouch/shotgun/large, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR),
list("Tools Pouch (Full)", 0, /obj/item/storage/pouch/tools/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR),

list("PATCHES (DISCRETIONARY)", 0, null, null, null),
list("Falling Falcons Shoulder Patch", 0, /obj/item/clothing/accessory/patch/falcon, null, VENDOR_ITEM_REGULAR),
list("USCM Shoulder Patch", 0, /obj/item/clothing/accessory/patch, null, VENDOR_ITEM_REGULAR),
))

/obj/structure/machinery/cm_vending/clothing/commanding_officer
Expand Down

0 comments on commit 0801a43

Please sign in to comment.