Merge pull request #55619 from tralezab/pancakes-made-pancakier

Pancakes Griddle
This commit is contained in:
81Denton
2020-12-31 02:28:07 +01:00
committed by GitHub
9 changed files with 95 additions and 39 deletions
@@ -861,3 +861,16 @@
nutriment_factor = 5 * REAGENTS_METABOLISM
taste_mult = 2
taste_description = "fizzy sweetness"
/datum/reagent/consumable/gravy
name = "Gravy"
description = "A mixture of flour, water, and the juices of cooked meat."
taste_description = "gravy"
color = "#623301"
taste_mult = 1.2
/datum/reagent/consumable/pancakebatter
name = "pancake batter"
description = "A very milky batter. 5 units of this on the griddle makes a mean pancake."
taste_description = "milky batter"
color = "#fccc98"
@@ -2324,13 +2324,6 @@
color = "#E6E6DA"
taste_mult = 0
/datum/reagent/consumable/gravy
name = "Gravy"
description = "A mixture of flour, water, and the juices of cooked meat."
taste_description = "gravy"
color = "#623301"
taste_mult = 1.2
/datum/reagent/determination
name = "Determination"
description = "For when you need to push on a little more. Do NOT allow near plants."
@@ -582,10 +582,6 @@
required_reagents = list(/datum/reagent/water/hollowwater = 1)
required_catalysts = list(/datum/reagent/water/holywater = 1)
/datum/chemical_reaction/gravy
results = list(/datum/reagent/consumable/gravy = 3)
required_reagents = list(/datum/reagent/consumable/milk = 1, /datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/flour = 1)
/datum/chemical_reaction/exotic_stabilizer
results = list(/datum/reagent/exotic_stabilizer = 2)
required_reagents = list(/datum/reagent/plasma_oxide = 1,/datum/reagent/stabilizing_agent = 1)
@@ -599,3 +595,4 @@
var/location = get_turf(holder.my_atom)
for(var/i in 1 to created_volume)
new /obj/item/stack/sheet/mineral/silver(location)