mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 22:42:07 +00:00
64 lines
2.0 KiB
Plaintext
64 lines
2.0 KiB
Plaintext
/**********
|
|
* Medical *
|
|
**********/
|
|
/datum/uplink_item/item/medical
|
|
category = /datum/uplink_category/medical
|
|
|
|
/datum/uplink_item/item/medical/sinpockets
|
|
name = "Box of Sin-Pockets"
|
|
item_cost = 1
|
|
path = /obj/item/storage/box/sinpockets
|
|
|
|
/datum/uplink_item/item/medical/lunchbox
|
|
name = "Syndicate Lunchbox"
|
|
item_cost = 1
|
|
path = /obj/item/storage/toolbox/lunchbox/syndicate/filled
|
|
|
|
/datum/uplink_item/item/medical/combathypo
|
|
name = "Combat Hypospray"
|
|
item_cost = 1
|
|
path = /obj/item/reagent_containers/hypospray/combat
|
|
|
|
/datum/uplink_item/item/medical/surgery
|
|
name = "Surgery Kit"
|
|
item_cost = 1
|
|
path = /obj/item/storage/firstaid/surgery
|
|
|
|
/datum/uplink_item/item/medical/combat
|
|
name = "Combat Medical Kit"
|
|
item_cost = 1
|
|
path = /obj/item/storage/firstaid/combat
|
|
|
|
/datum/uplink_item/item/medical/medicalbelt
|
|
name = "Fully Loaded Combat Medical Belt"
|
|
item_cost = 3
|
|
path = /obj/item/storage/belt/medical/first_responder/combat/full
|
|
desc = "A fully loaded medical belt even Zeng-Hu's top First Responders would be dying to wear. It contains liquid medicines and a hypospray. Combat hypo sold seperately."
|
|
|
|
/datum/uplink_item/item/medical/stimulants
|
|
name = "Box of Combat Stimulants"
|
|
item_cost = 1
|
|
path = /obj/item/storage/box/syndie_kit/stimulants
|
|
|
|
/datum/uplink_item/item/medical/sideeffectbegone
|
|
name = "Box of Sideeffect-Be-Gone Injectors"
|
|
item_cost = 1
|
|
path = /obj/item/storage/box/syndie_kit/sideeffectbegone
|
|
|
|
/datum/uplink_item/item/medical/firstaid
|
|
name = "Standard First-Aid Kit"
|
|
item_cost = 1
|
|
path = /obj/item/storage/firstaid/regular
|
|
|
|
/datum/uplink_item/item/medical/advfirstaid
|
|
name = "Advanced First-Aid Kit"
|
|
item_cost = 1
|
|
path = /obj/item/storage/firstaid/adv
|
|
desc = "Note: doesn't come with a medical scanner."
|
|
|
|
/datum/uplink_item/item/medical/bloodpack
|
|
name = "O- blood pack"
|
|
item_cost = 1
|
|
path = /obj/item/reagent_containers/blood/OMinus
|
|
desc = "If transferring to self or others without a stand, hold firmly in hand, configure the transfer rate and attach the tubing carefully."
|