From 8e156b5aa239086feea9d677d1b78500eaddae87 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:20:24 +0300 Subject: [PATCH] [MIRROR] Power crepes are now finger food (#2149) * 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: NovaBot <154629622+NovaBot13@users.noreply.github.com> 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