From c06d3c9278efb2f03d489a8118d2637da0b9541c Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:50:33 -0500 Subject: [PATCH] [MIRROR] Power crepes are now finger food (#1150) * Power crepes are now finger food (#81599) ## About The Pull Request Power crepes are now finger food, meaning you can eat them while walking. I think this makes sense because the power crepe is massive enough to just take a bite out of while you walk. ## Why It's Good For The Game Power crepes are a very expensive food item, the should at least be easy to eat. ## Changelog :cl: balance: Power crepes are now finger food /:cl: * Power crepes are now finger food --------- Co-authored-by: TJatPBnJ <69724863+TJatPBnJ@users.noreply.github.com> --- code/game/objects/items/food/misc.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/food/misc.dm b/code/game/objects/items/food/misc.dm index da07843dec3..8cebf7e05aa 100644 --- a/code/game/objects/items/food/misc.dm +++ b/code/game/objects/items/food/misc.dm @@ -246,6 +246,7 @@ w_class = WEIGHT_CLASS_BULKY tastes = list("cherry" = 1, "crepe" = 1) foodtypes = GRAIN | FRUIT | SUGAR + food_flags = FOOD_FINGER_FOOD crafting_complexity = FOOD_COMPLEXITY_5 /obj/item/food/branrequests