into the bin (#24289)

This commit is contained in:
GDN
2024-03-07 05:04:57 -06:00
committed by GitHub
parent aa5d68bf38
commit 19a3f768c8
9 changed files with 16 additions and 31 deletions
@@ -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)