[MIRROR] Converts Pizza to use the new food component. (#1205)

* Converts Pizza to use the new food component. (#53641)

pizzas now use processing component

* Converts Pizza to use the new food component.

Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-10-08 17:30:13 +02:00
committed by GitHub
co-authored by Krysonism
parent 3ee7fa38cc
commit bba021046c
16 changed files with 164 additions and 188 deletions
@@ -125,6 +125,6 @@
if(prob(50))
new /obj/effect/spawner/lootdrop/refreshing_beverage(src)
if(prob(40))
new /obj/item/reagent_containers/food/snacks/pizzaslice/moldy(src)
new /obj/item/food/pizzaslice/moldy(src)
else if(prob(30))
new /obj/item/food/syndicake(src)