mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Migrates random glowstick to spawner + makes red glowstick more.. red (#28755)
* random glowstick migration * pure red
This commit is contained in:
@@ -102,3 +102,16 @@
|
||||
/obj/effect/spawner/random/stock_parts/Initialize(mapload)
|
||||
spawn_loot_count = rand(4, 7)
|
||||
. = ..()
|
||||
|
||||
/obj/effect/spawner/random/glowstick
|
||||
name = "random glowstick spawner"
|
||||
icon = 'icons/effects/random_spawners.dmi'
|
||||
icon_state = "glowstick"
|
||||
loot = list(
|
||||
/obj/item/flashlight/flare/glowstick,
|
||||
/obj/item/flashlight/flare/glowstick/red,
|
||||
/obj/item/flashlight/flare/glowstick/blue,
|
||||
/obj/item/flashlight/flare/glowstick/orange,
|
||||
/obj/item/flashlight/flare/glowstick/yellow,
|
||||
/obj/item/flashlight/flare/glowstick/pink,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user