Skip to content

Commit

Permalink
[MIRROR] fixes a mistake I made with the pizza decomp changes that ca…
Browse files Browse the repository at this point in the history
…used pizzas to be unable to be made into pizza sheets (tgstation#762)

* fixes a mistake I made with decomp (tgstation#61583)

I somehow accidentally added a bacteria where it shouldn't have been.

Closes tgstation#61581

* fixes a mistake I made with the pizza decomp changes that caused pizzas to be unable to be made into pizza sheets

Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com>
  • Loading branch information
ms-mirror-bot and necromanceranne committed Sep 21, 2021
1 parent 0e24a5c commit 4e6fa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/food/pizza.dm
Expand Up @@ -35,7 +35,7 @@
w_class = WEIGHT_CLASS_SMALL
decomp_type = /obj/item/food/pizzaslice/moldy

/obj/item/food/pizzaslice/bacteria/MakeProcessable()
/obj/item/food/pizzaslice/MakeProcessable()
AddElement(/datum/element/processable, TOOL_ROLLINGPIN, /obj/item/stack/sheet/pizza, 1, 10)


Expand Down

0 comments on commit 4e6fa09

Please sign in to comment.