mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 06:34:45 +01:00
e40ef20c86
* pizza time * a batch of delicous pizza fixes mama mia Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * bool * Apply suggestions from code review Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * steels changes --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
15 lines
475 B
Plaintext
15 lines
475 B
Plaintext
/obj/effect/spawner/lootdrop/pizzaparty
|
|
name = "pizza bomb spawner"
|
|
loot = list(/obj/item/pizzabox/margherita = 2,
|
|
/obj/item/pizzabox/meat = 2,
|
|
/obj/item/pizzabox/mushroom = 1,
|
|
/obj/item/pizzabox/pepperoni = 2,
|
|
/obj/item/pizzabox/garlic = 1,
|
|
/obj/item/pizzabox/firecracker = 1,
|
|
/obj/item/pizzabox/pizza_bomb = 1)
|
|
lootdoubles = FALSE
|
|
|
|
/obj/structure/reagent_dispensers/water_cooler/pizzaparty
|
|
name = "punch cooler"
|
|
reagent_id = "bacchus_blessing"
|