Skip to content

Commit

Permalink
[MIRROR] Big baked rice complexity fix. [MDB IGNORE] (#1052)
Browse files Browse the repository at this point in the history
* Big baked rice complexity fix. (#80193)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: xXPawnStarrXx <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2023
1 parent 229ba8b commit 96a4025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/food/moth.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
tastes = list("rice" = 1, "potato" = 1, "veggies" = 1)
foodtypes = VEGETABLES | GRAIN
w_class = WEIGHT_CLASS_NORMAL
crafting_complexity = FOOD_COMPLEXITY_1
crafting_complexity = FOOD_COMPLEXITY_5

/obj/item/food/big_baked_rice/make_processable()
AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/lil_baked_rice, 6, 3 SECONDS, table_required = TRUE, screentip_verb = "Cut")
Expand All @@ -256,7 +256,7 @@
tastes = list("rice" = 1, "potato" = 1, "veggies" = 1)
foodtypes = VEGETABLES | GRAIN
w_class = WEIGHT_CLASS_SMALL
crafting_complexity = FOOD_COMPLEXITY_1
crafting_complexity = FOOD_COMPLEXITY_5

/obj/item/food/oven_baked_corn
name = "oven-baked corn"
Expand Down

0 comments on commit 96a4025

Please sign in to comment.