mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
* wip * goodbye two pizzas * commit to pizza time * pizzaaaaaaaa * getting there * hopefully final * pizza * do you like me now CL? * Update code/modules/food_and_drinks/recipes/recipes_oven.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * fixing suggestions * Update paradise.dme * back on track * removing tablecrafting recipies, switch back to oven recipeis * remove unused raw pizza sprites * re-add KalevTait's suggestion * fix merge conflict * merge conflict fix i guess??? * i swear if this is still conflicted * fixing trailing newlines * moves parent calls Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
15 lines
466 B
Plaintext
15 lines
466 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/pizza_bomb = 1)
|
|
lootdoubles = FALSE
|
|
|
|
/obj/structure/reagent_dispensers/water_cooler/pizzaparty
|
|
name = "punch cooler"
|
|
reagent_id = "bacchus_blessing"
|