mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
toxins.dm
This commit is contained in:
@@ -244,9 +244,9 @@
|
||||
/obj/item/reagent_containers/chem_disp_cartridge/ethylredox
|
||||
spawn_reagent = "ethylredoxrazine"
|
||||
/obj/item/reagent_containers/chem_disp_cartridge/sleeptox
|
||||
spawn_reagent = "stoxin"
|
||||
spawn_reagent = REAGENT_ID_STOXIN
|
||||
/obj/item/reagent_containers/chem_disp_cartridge/chloral
|
||||
spawn_reagent = "chloralhydrate"
|
||||
spawn_reagent = REAGENT_ID_CHLORALHYDRATE
|
||||
/obj/item/reagent_containers/chem_disp_cartridge/cryoxadone
|
||||
spawn_reagent = "cryoxadone"
|
||||
/obj/item/reagent_containers/chem_disp_cartridge/clonexadone
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
//Xenoflora
|
||||
ammonia spawn_reagent = REAGENT_ID_AMMONIA
|
||||
diethylamine spawn_reagent = REAGENT_ID_DIETHYLAMINE
|
||||
plantbgone spawn_reagent = "plantbgone"
|
||||
mutagen spawn_reagent = "mutagen"
|
||||
plantbgone spawn_reagent = REAGENT_ID_PLANTBGONE
|
||||
mutagen spawn_reagent = REAGENT_ID_MUTAGEN
|
||||
|
||||
//Biochem
|
||||
nutriment spawn_reagent = REAGENT_ID_NUTRIMENT
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"inaprovaline", "ryetalyn", "paracetamol", "tramadol", "oxycodone", "sterilizine", "leporazine",
|
||||
"kelotane", "dermaline", "dexalin", "dexalinp", "tricordrazine", "anti_toxin", "synaptizine",
|
||||
"hyronalin", "arithrazine", "alkysine", "imidazoline", "peridaxon", "bicaridine", "hyperzine",
|
||||
"rezadone", "spaceacillin", "ethylredoxrazine", "stoxin", "chloralhydrate", "cryoxadone",
|
||||
"rezadone", "spaceacillin", "ethylredoxrazine", REAGENT_ID_STOXIN, REAGENT_ID_CHLORALHYDRATE, "cryoxadone",
|
||||
"clonexadone"
|
||||
)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "xenoflora chem dispenser"
|
||||
ui_title = "Xenoflora Chemical Dispenser"
|
||||
dispense_reagents = list(
|
||||
REAGENT_ID_WATER, REAGENT_ID_SUGAR, REAGENT_ID_ETHANOL, REAGENT_ID_RADIUM, REAGENT_ID_AMMONIA, REAGENT_ID_DIETHYLAMINE, "plantbgone", "mutagen", REAGENT_ID_CALCIUM
|
||||
REAGENT_ID_WATER, REAGENT_ID_SUGAR, REAGENT_ID_ETHANOL, REAGENT_ID_RADIUM, REAGENT_ID_AMMONIA, REAGENT_ID_DIETHYLAMINE, REAGENT_ID_PLANTBGONE, REAGENT_ID_MUTAGEN, REAGENT_ID_CALCIUM
|
||||
)
|
||||
|
||||
/obj/machinery/chemical_dispenser/xenoflora/full
|
||||
|
||||
Reference in New Issue
Block a user