mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user