Merge pull request #11114 from Psody-Mordheim/Plzgibsynthflesh
Revenge Of Synthflesh : Electric Boogalo Part 2
This commit is contained in:
@@ -101,6 +101,10 @@
|
|||||||
required_reagents = list(/datum/reagent/blood = 5, /datum/reagent/medicine/cryoxadone = 1)
|
required_reagents = list(/datum/reagent/blood = 5, /datum/reagent/medicine/cryoxadone = 1)
|
||||||
mob_react = FALSE
|
mob_react = FALSE
|
||||||
|
|
||||||
|
/datum/chemical_reaction/synthmeat/synthblood
|
||||||
|
id = "synthmeat_synthblood"
|
||||||
|
required_reagents = list(/datum/reagent/blood/synthetics = 5, /datum/reagent/medicine/cryoxadone = 1)
|
||||||
|
|
||||||
/datum/chemical_reaction/synthmeat/on_reaction(datum/reagents/holder, multiplier)
|
/datum/chemical_reaction/synthmeat/on_reaction(datum/reagents/holder, multiplier)
|
||||||
var/location = get_turf(holder.my_atom)
|
var/location = get_turf(holder.my_atom)
|
||||||
for(var/i = 1, i <= multiplier, i++)
|
for(var/i = 1, i <= multiplier, i++)
|
||||||
|
|||||||
@@ -68,6 +68,10 @@
|
|||||||
results = list(/datum/reagent/medicine/synthflesh = 3)
|
results = list(/datum/reagent/medicine/synthflesh = 3)
|
||||||
required_reagents = list(/datum/reagent/blood = 1, /datum/reagent/carbon = 1, /datum/reagent/medicine/styptic_powder = 1)
|
required_reagents = list(/datum/reagent/blood = 1, /datum/reagent/carbon = 1, /datum/reagent/medicine/styptic_powder = 1)
|
||||||
|
|
||||||
|
/datum/chemical_reaction/synthflesh/synthblood
|
||||||
|
id = "synthflesh_2"
|
||||||
|
required_reagents = list(/datum/reagent/blood/synthetics = 1, /datum/reagent/carbon = 1, /datum/reagent/medicine/styptic_powder = 1)
|
||||||
|
|
||||||
/datum/chemical_reaction/synthtissue
|
/datum/chemical_reaction/synthtissue
|
||||||
name = "Synthtissue"
|
name = "Synthtissue"
|
||||||
id = /datum/reagent/synthtissue
|
id = /datum/reagent/synthtissue
|
||||||
|
|||||||
@@ -743,3 +743,13 @@
|
|||||||
id = "blue_glitter_white"
|
id = "blue_glitter_white"
|
||||||
results = list(/datum/reagent/glitter/blue = 2)
|
results = list(/datum/reagent/glitter/blue = 2)
|
||||||
required_reagents = list(/datum/reagent/glitter/white = 1, /datum/reagent/colorful_reagent/crayonpowder/blue = 1)
|
required_reagents = list(/datum/reagent/glitter/white = 1, /datum/reagent/colorful_reagent/crayonpowder/blue = 1)
|
||||||
|
|
||||||
|
//////////////////////////////////// Synthblood ///////////////////////////////////////////
|
||||||
|
|
||||||
|
/datum/chemical_reaction/synth_blood
|
||||||
|
name = "Synthetic Blood"
|
||||||
|
id = /datum/reagent/blood/synthetics
|
||||||
|
results = list(/datum/reagent/blood/synthetics = 3)
|
||||||
|
required_reagents = list(/datum/reagent/medicine/salglu_solution = 1, /datum/reagent/iron = 1, /datum/reagent/stable_plasma = 1)
|
||||||
|
mix_message = "The mixture congeals and gives off a faint copper scent."
|
||||||
|
required_temp = 350
|
||||||
|
|||||||
Reference in New Issue
Block a user