Skip to content

Commit

Permalink
M3-L Pattern Light Armor Added to IO Prep (#5574)
Browse files Browse the repository at this point in the history
# About the pull request

Adds M3-L Pattern Light Armor to the clothing vendor in Intelligence
Officer (IO) prep.

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

1. M3-L Pattern Light armor is a very commonly used asset by IOs. 
2. It is currently acquirable via the Marine Squad Preps in nearly
endless supply.
3. This change eliminates the need for IOs to go to the Marine Prep for
light armor, improving quality of life and reducing prep time.
# Testing Photographs and Procedure

![image](https://github.com/cmss13-devs/cmss13/assets/32654903/3e3c9507-03cd-48d9-bf06-b3ec8331bd27)

# Changelog
:cl: NervanCatos
qol: added M3-L Pattern Light Armor to IO Prep
/:cl:

Note: I accidentally deleted the repo for the original PR #5567, this is
a clone.
  • Loading branch information
MobiusWon committed Feb 1, 2024
1 parent 49da0ff commit b256a60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_intelligence_officer, list(

list("ARMOR (CHOOSE 1)", 0, null, null, null),
list("XM4 Pattern Intel Armor", 0, /obj/item/clothing/suit/storage/marine/medium/rto/intel, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY),
list("M3-L Pattern Light Armor", 0, /obj/item/clothing/suit/storage/marine/light, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY),
list("Service Jacket", 0, /obj/item/clothing/suit/storage/jacket/marine/service, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY),

list("BACKPACK (CHOOSE 1)", 0, null, null, null),
Expand Down

0 comments on commit b256a60

Please sign in to comment.