mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Virgo 3B update
This commit is contained in:
@@ -101,6 +101,62 @@
|
||||
item_cost = 30
|
||||
path = /obj/item/weapon/storage/pill_bottle/healing_nanites
|
||||
|
||||
/datum/uplink_item/item/medical/vermicetol
|
||||
name = "Vermicetol Bottle"
|
||||
item_cost = 30
|
||||
path = /obj/item/weapon/reagent_containers/glass/bottle/vermicetol
|
||||
antag_roles = list("ert")
|
||||
blacklisted = 1
|
||||
|
||||
/datum/uplink_item/item/medical/dermaline
|
||||
name = "Dermaline Bottle"
|
||||
item_cost = 30
|
||||
path = /obj/item/weapon/reagent_containers/glass/bottle/dermaline
|
||||
antag_roles = list("ert")
|
||||
blacklisted = 1
|
||||
|
||||
/datum/uplink_item/item/medical/carthatoline
|
||||
name = "Carthatoline Bottle"
|
||||
item_cost = 30
|
||||
path = /obj/item/weapon/reagent_containers/glass/bottle/carthatoline
|
||||
antag_roles = list("ert")
|
||||
blacklisted = 1
|
||||
|
||||
/datum/uplink_item/item/medical/dexalinp
|
||||
name = "Dexalin Plus Bottle"
|
||||
item_cost = 30
|
||||
path = /obj/item/weapon/reagent_containers/glass/bottle/dexalinp
|
||||
antag_roles = list("ert")
|
||||
blacklisted = 1
|
||||
|
||||
/datum/uplink_item/item/medical/tramadol
|
||||
name = "Tramadol Bottle"
|
||||
item_cost = 30
|
||||
path = /obj/item/weapon/reagent_containers/glass/bottle/tramadol
|
||||
antag_roles = list("ert")
|
||||
blacklisted = 1
|
||||
|
||||
/datum/uplink_item/item/medical/arithrazine
|
||||
name = "Arithrazine Bottle"
|
||||
item_cost = 50
|
||||
path = /obj/item/weapon/reagent_containers/glass/bottle/arithrazine
|
||||
antag_roles = list("ert")
|
||||
blacklisted = 1
|
||||
|
||||
/datum/uplink_item/item/medical/corophizine
|
||||
name = "Corophizine Bottle"
|
||||
item_cost = 50
|
||||
path = /obj/item/weapon/reagent_containers/glass/bottle/corophizine
|
||||
antag_roles = list("ert")
|
||||
blacklisted = 1
|
||||
|
||||
/datum/uplink_item/item/medical/rezadone
|
||||
name = "Rezadone Bottle"
|
||||
item_cost = 50
|
||||
path = /obj/item/weapon/reagent_containers/glass/bottle/rezadone
|
||||
antag_roles = list("ert")
|
||||
blacklisted = 1
|
||||
|
||||
/datum/uplink_item/item/medical/defib
|
||||
name = "Combat Defibrilator"
|
||||
item_cost = 90
|
||||
|
||||
@@ -46,6 +46,16 @@
|
||||
item_cost = 15
|
||||
path = /obj/item/modular_computer/tablet/preset/custom_loadout/advanced
|
||||
|
||||
/datum/uplink_item/item/tools/metal
|
||||
name = "Metal (50 sheets)"
|
||||
item_cost = 15
|
||||
path = /obj/fiftyspawner/steel
|
||||
|
||||
/datum/uplink_item/item/tools/glass
|
||||
name = "Glass (50 sheets)"
|
||||
item_cost = 15
|
||||
path = /obj/fiftyspawner/glass
|
||||
|
||||
/datum/uplink_item/item/tools/elitelaptop
|
||||
name = "Laptop (Advanced)"
|
||||
item_cost = 20
|
||||
|
||||
Reference in New Issue
Block a user