diff --git a/code/game/machinery/vending/vendor_types/crew/senior_officers.dm b/code/game/machinery/vending/vendor_types/crew/senior_officers.dm index d10b22d7d0ef..f0edf6d3a13b 100644 --- a/code/game/machinery/vending/vendor_types/crew/senior_officers.dm +++ b/code/game/machinery/vending/vendor_types/crew/senior_officers.dm @@ -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( @@ -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