Skip to content

Commit

Permalink
spark vend
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed May 27, 2024
1 parent e600137 commit cb24005
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_aist, list(
list("Spare Equipment", 0, null, null, null),
list("T411 AIDT", 0, /obj/item/device/ai_tech_pda, MARINE_CAN_BUY_MRE, VENDOR_ITEM_REGULAR),
list("APOLLO Relay Key", 5, /obj/item/device/encryptionkey/binary, null, VENDOR_ITEM_REGULAR),
list("Synthetic Sparker", 15, /obj/item/device/defibrillator/synthetic, null, VENDOR_ITEM_REGULAR),
))

GLOBAL_LIST_INIT(cm_vending_clothing_aist_wy, list(
Expand Down Expand Up @@ -637,6 +638,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_aist_wy, list(
list("Spare Equipment", 0, null, null, null),
list("T411 AIDT", 0, /obj/item/device/ai_tech_pda, MARINE_CAN_BUY_MRE, VENDOR_ITEM_REGULAR),
list("APOLLO Relay Key", 5, /obj/item/device/encryptionkey/binary, null, VENDOR_ITEM_REGULAR),
list("Synthetic Sparker", 15, /obj/item/device/defibrillator/synthetic, null, VENDOR_ITEM_REGULAR),
))

/obj/effect/essentials_set/m2019
Expand Down

0 comments on commit cb24005

Please sign in to comment.