Skip to content

Commit

Permalink
Refried beans and spanish rice now drop bowls (tgstation#80840)
Browse files Browse the repository at this point in the history
I found these 2 foods in the mexican section that requires a bowl to
craft the food, but doesn't drop the bowl upon being eaten. This quickly
fixes that by making the bowl the trash item like every other instance
of this.
  • Loading branch information
JohnFulpWillard authored Jan 9, 2024
1 parent 02fb87e commit 57f2251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/food/mexican.dm
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
/datum/reagent/consumable/nutriment/vitamin = 6,
/datum/reagent/consumable/nutriment/protein = 4,
)
trash_type = /obj/item/reagent_containers/cup/bowl
tastes = list("mashed beans" = 1, "onion" = 3,)
foodtypes = VEGETABLES | FRIED
w_class = WEIGHT_CLASS_SMALL
Expand All @@ -319,6 +320,7 @@
/datum/reagent/consumable/nutriment = 6,
/datum/reagent/consumable/nutriment/vitamin = 6,
)
trash_type = /obj/item/reagent_containers/cup/bowl
tastes = list("zesty rice" = 1, "tomato sauce" = 3,)
foodtypes = VEGETABLES
w_class = WEIGHT_CLASS_SMALL
Expand Down

0 comments on commit 57f2251

Please sign in to comment.