mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fix batter and all subtypes of it being unmake-able.
Add water or beer BEFORE adding egg + flour together to avoid messing it up.
This commit is contained in:
@@ -1331,6 +1331,7 @@
|
|||||||
id = "dough"
|
id = "dough"
|
||||||
result = null
|
result = null
|
||||||
required_reagents = list("egg" = 3, "flour" = 10)
|
required_reagents = list("egg" = 3, "flour" = 10)
|
||||||
|
inhibitors = list("water" = 1, "beer" = 1) //To prevent it messing with batter recipes
|
||||||
result_amount = 1
|
result_amount = 1
|
||||||
|
|
||||||
/datum/chemical_reaction/food/dough/on_reaction(var/datum/reagents/holder, var/created_volume)
|
/datum/chemical_reaction/food/dough/on_reaction(var/datum/reagents/holder, var/created_volume)
|
||||||
@@ -2625,8 +2626,6 @@
|
|||||||
Aurora Food
|
Aurora Food
|
||||||
====================
|
====================
|
||||||
*/
|
*/
|
||||||
/datum/chemical_reaction/dough
|
|
||||||
inhibitors = list("water" = 1, "beer" = 1) //To prevent it messing with batter recipes
|
|
||||||
|
|
||||||
/datum/chemical_reaction/coating/batter
|
/datum/chemical_reaction/coating/batter
|
||||||
name = "Batter"
|
name = "Batter"
|
||||||
|
|||||||
Reference in New Issue
Block a user