mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Chemical Improvements & Tweaks: Side-effects, overdoses, and more. (#9708)
This commit is contained in:
@@ -10,17 +10,17 @@
|
||||
path = /obj/item/storage/box/sinpockets
|
||||
|
||||
/datum/uplink_item/item/medical/combathypo
|
||||
name = "Combat hypospray"
|
||||
name = "Combat Hypospray"
|
||||
item_cost = 5
|
||||
path = /obj/item/reagent_containers/hypospray/combat
|
||||
|
||||
/datum/uplink_item/item/medical/surgery
|
||||
name = "Surgery kit"
|
||||
name = "Surgery Kit"
|
||||
item_cost = 8
|
||||
path = /obj/item/storage/firstaid/surgery
|
||||
|
||||
/datum/uplink_item/item/medical/combat
|
||||
name = "Combat medical kit"
|
||||
name = "Combat Medical Kit"
|
||||
item_cost = 6
|
||||
path = /obj/item/storage/firstaid/combat
|
||||
|
||||
@@ -29,6 +29,11 @@
|
||||
item_cost = 4
|
||||
path = /obj/item/storage/box/syndie_kit/stimulants
|
||||
|
||||
/datum/uplink_item/item/medical/sideeffectbegone
|
||||
name = "Box of Sideeffect-Be-Gone Injectors"
|
||||
item_cost = 3
|
||||
path = /obj/item/storage/box/syndie_kit/sideeffectbegone
|
||||
|
||||
/datum/uplink_item/item/medical/firstaid
|
||||
name = "Standard First-Aid Kit"
|
||||
item_cost = 2
|
||||
|
||||
Reference in New Issue
Block a user