Skip to content

Commit

Permalink
[MIRROR] Fixes American Sausage being uncraftable (#5312)
Browse files Browse the repository at this point in the history
* Fixes American Sausage being uncraftable (#4777)

Update scottish.dm

* [MIRROR] Fixes American Sausage being uncraftable

---------

Co-authored-by: OrionTheFox <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2025
1 parent b5e4806 commit b519a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
foodtypes = MEAT | BREAKFAST | FRIED
crafting_complexity = FOOD_COMPLEXITY_3

/obj/item/food/sausage/make_processable()
/obj/item/food/sausage/battered/make_processable()
AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/salami, 6, 3 SECONDS, table_required = TRUE, screentip_verb = "Slice")

/obj/item/food/cookie/shortbread
Expand Down

0 comments on commit b519a72

Please sign in to comment.