mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 13:12:23 +00:00
17 lines
470 B
Plaintext
17 lines
470 B
Plaintext
/obj/effect/spawner/random/pizzaparty
|
|
name = "pizza bomb spawner"
|
|
icon_state = "pizzabox"
|
|
loot = list(
|
|
/obj/item/pizzabox/margherita = 2,
|
|
/obj/item/pizzabox/meat = 2,
|
|
/obj/item/pizzabox/pepperoni = 2,
|
|
/obj/item/pizzabox/mushroom = 1,
|
|
/obj/item/pizzabox/garlic = 1,
|
|
/obj/item/pizzabox/firecracker = 1,
|
|
/obj/item/pizzabox/pizza_bomb = 1
|
|
)
|
|
|
|
/obj/structure/reagent_dispensers/water_cooler/pizzaparty
|
|
name = "punch cooler"
|
|
reagent_id = "bacchus_blessing"
|