mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user