Skip to content

Commit

Permalink
Merge branch 'master' into prescription-eyewear
Browse files Browse the repository at this point in the history
  • Loading branch information
Staykeu authored Jan 2, 2024
2 parents e2d4db9 + 27bbddf commit 488ce10
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_intelligence_officer, list(

list("BACKPACK (CHOOSE 1)", 0, null, null, null),
list("Expedition Pack", 0, /obj/item/storage/backpack/marine/satchel/intel, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_RECOMMENDED),
list("Expedition Chestrig", 0, /obj/item/storage/backpack/marine/satchel/intel/chestrig, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_RECOMMENDED),
list("Radio Telephone Pack", 0, /obj/item/storage/backpack/marine/satchel/rto/io, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR),

list("HELMET (CHOOSE 1)", 0, null, null, null),
Expand Down
6 changes: 6 additions & 0 deletions code/game/objects/items/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,12 @@
icon_state = "marinebigsatch"
max_storage_space = 20

/obj/item/storage/backpack/marine/satchel/intel/chestrig
name = "\improper USCM expedition chestrig"
desc = "A heavy-duty IMP based chestrig, can quickly be accessed with only one hand. Usually issued to USCM intelligence officers."
icon_state = "intel_chestrig"
max_storage_space = 20

/obj/item/storage/backpack/marine/satchel
name = "\improper USCM satchel"
desc = "A heavy-duty satchel carried by some USCM soldiers and support personnel."
Expand Down
5 changes: 5 additions & 0 deletions html/changelogs/AutoChangeLog-pr-5272.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
author: "poltava, ihatethisengine"
delete-after: True
changes:
- rscadd: "added intel chestrig"
- imageadd: "added sprites for intel chestrig"
Binary file modified icons/mob/humans/onmob/back.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/backpacks.dmi
Binary file not shown.

0 comments on commit 488ce10

Please sign in to comment.