mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Migrate /obj/effect/spawner/lootdrop to /obj/effect/spawner/random. (#27445)
* refactor: Migrate /obj/effect/spawner/lootdrop to /obj/effect/spawner/random. * set script PR number * fix broken updatepaths for three course meal * make filenames unique * goddamnit * redirect incorrect icon states * ugh * fix typepath fixes
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
/obj/effect/spawner/lootdrop/pizzaparty
|
||||
/obj/effect/spawner/random/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
|
||||
icon = 'icons/effects/random_spawners.dmi'
|
||||
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
|
||||
)
|
||||
spawn_loot_double = TRUE
|
||||
|
||||
/obj/structure/reagent_dispensers/water_cooler/pizzaparty
|
||||
name = "punch cooler"
|
||||
|
||||
Reference in New Issue
Block a user