mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
into the bin (#24289)
This commit is contained in:
@@ -176,8 +176,7 @@
|
||||
/obj/effect/proc_holder/spell/aoe/flicker_lights/cast(list/targets, mob/user = usr)
|
||||
for(var/turf/T in targets)
|
||||
for(var/obj/machinery/light/L in T)
|
||||
L.flicker()
|
||||
return
|
||||
L.forced_flicker()
|
||||
|
||||
//Blind AOE
|
||||
/obj/effect/proc_holder/spell/aoe/blindness
|
||||
|
||||
@@ -300,7 +300,7 @@
|
||||
manifested = FALSE
|
||||
addtimer(CALLBACK(src, TYPE_PROC_REF(/mob/living/simple_animal/hostile/floor_cluwne, Manifest)), 2)
|
||||
for(var/obj/machinery/light/L in range(H, 8))
|
||||
L.flicker()
|
||||
L.forced_flicker()
|
||||
|
||||
if(STAGE_ATTACK)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user