Skip to content

Commit

Permalink
Merge branch 'CC-expansion' of https://github.com/GrrrKitten/cmss13 i…
Browse files Browse the repository at this point in the history
…nto CC-expansion
  • Loading branch information
GrrrKitten committed Feb 28, 2024
2 parents 8c5999a + 0786464 commit 8d234a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//------------ CC CLOTHING VENDOR---------------

GLOBAL_LIST_INIT(cm_vending_clothing_combat_correspondent, list(
list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null),
list("Essential Reporter's Set", 0, /obj/effect/essentials_set/cc, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY),
list("Leather Satchel", 0, /obj/item/storage/backpack/satchel, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR),

list("UNIFORM (CHOOSE 1)", 0, null, null, null),
list("Black Uniform", 0, /obj/item/clothing/under/marine/reporter/black, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_REGULAR),
Expand All @@ -19,10 +22,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_combat_correspondent, list(
list("Combat Correspondent's Cap", 0, /obj/item/clothing/head/cmcap/reporter, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR),
list("Fedora", 0, /obj/item/clothing/head/fedora, MARINE_CAN_BUY_HELMET, VENDOR_ITEM_REGULAR),

list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null),
list("Essential Reporter's Set", 0, /obj/effect/essentials_set/cc, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY),
list("Leather Satchel", 0, /obj/item/storage/backpack/satchel, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR),

list("REFILLS", 0, null, null, null),
list("Camera", 10, /obj/item/device/camera, null, VENDOR_ITEM_REGULAR),
list("Camera Film", 5, /obj/item/device/camera_film, null, VENDOR_ITEM_REGULAR),
Expand Down
2 changes: 0 additions & 2 deletions code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@
new_human.equip_to_slot_or_del(new /obj/item/device/camera(new_human), WEAR_WAIST)
new_human.equip_to_slot_or_del(new /obj/item/device/fax_backpack(new_human), WEAR_BACK)



/datum/equipment_preset/uscm_ship/reporter_uscm
name = "Combat Correspondent"
flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE
Expand Down

0 comments on commit 8d234a9

Please sign in to comment.