mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Merge pull request #55619 from tralezab/pancakes-made-pancakier
Pancakes Griddle
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user