[MIRROR] Pastry base increased output [MDB IGNORE] (#12786)

* Pastry base increased output (#66171)

You will now receive 6 pastries per cut pie dough, this doubles the output of what it once was.

* Pastry base increased output

Co-authored-by: carshalash <carshalash@gmail.com>
This commit is contained in:
SkyratBot
2022-04-16 08:04:31 -07:00
committed by GitHub
co-authored by carshalash
parent 7430e73e52
commit 7bdbe11210
+1 -1
View File
@@ -102,7 +102,7 @@
AddComponent(/datum/component/bakeable, /obj/item/food/pie/plain, rand(30 SECONDS, 45 SECONDS), TRUE, TRUE)
/obj/item/food/piedough/MakeProcessable()
AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/rawpastrybase, 3, 30)
AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/rawpastrybase, 6, 30)
/obj/item/food/rawpastrybase
name = "raw pastry base"