mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Make Baklava Pie retain its quality after slicing (#88118)
## About The Pull Request Adds the crafting complexity to the slices of baklava, so it doesn't go from very good to nice after you slice it. Was asked to put the fix to upstream. ## Why It's Good For The Game If I have one more food suddenly degrade in quality after slicing it into multiple portions I am going to explode the fucking kitchen, especially after having to bother Hydroponics to mutate a plant specifically for it ## Proof Of Testing  </details> ## Changelog 🆑 fix: Makes a sliced baklava pie keep its complexity after slicing /🆑
This commit is contained in:
@@ -430,6 +430,7 @@
|
||||
icon_state = "baklavaslice"
|
||||
tastes = list("nuts" = 1, "pie" = 1)
|
||||
foodtypes = NUTS | SUGAR
|
||||
crafting_complexity = FOOD_COMPLEXITY_4
|
||||
|
||||
/obj/item/food/pie/frenchsilkpie
|
||||
name = "french silk pie"
|
||||
|
||||
Reference in New Issue
Block a user