mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +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)
|
||||
|
||||
@@ -697,7 +697,7 @@
|
||||
name = "Beach Bum"
|
||||
glasses = /obj/item/clothing/glasses/sunglasses
|
||||
r_pocket = /obj/item/storage/wallet/random
|
||||
l_pocket = /obj/item/reagent_containers/food/snacks/pizzaslice/dank;
|
||||
l_pocket = /obj/item/food/pizzaslice/dank
|
||||
uniform = /obj/item/clothing/under/pants/youngfolksjeans
|
||||
id = /obj/item/card/id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user