Skip to content

Commit

Permalink
Merge branch 'conscripts-gone' of https://github.com/AmoryBlaine/PvE-…
Browse files Browse the repository at this point in the history
…CMSS13 into conscripts-gone
  • Loading branch information
AmoryBlaine committed Sep 7, 2024
2 parents a4deff5 + ec52a72 commit 24e96d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_commanding_officer, list(
list("COMBAT EQUIPMENT (TAKE ALL)", 0, null, null, null),
list("Commanding Officer's M3 Armor", 0, /obj/item/clothing/suit/storage/marine/MP/CO, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY),
list("Commanding Officer's M10 Helmet", 0, /obj/item/clothing/head/helmet/marine/CO, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_MANDATORY),
list("Commanding Officer's Gloves", 0, /obj/item/clothing/gloves/marine, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY),
list("Combat Gloves", 0, /obj/item/clothing/gloves/marine, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY),
list("Marine Combat Boots", 0, /obj/item/clothing/shoes/marine/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY),

list("ACCESSORIES (CHOOSE 1)", 0, null, null, null),
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/cards_ids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@

/obj/item/dogtag
name = "information dog tag"
desc = "A fallen serviceman's information dog tag."
desc = "A fallen servicemember's information dog tag."
icon_state = "dogtag_taken"
icon = 'icons/obj/items/card.dmi'
w_class = SIZE_TINY
Expand Down

0 comments on commit 24e96d3

Please sign in to comment.