Buffs cling emp from 2, 4 to 3, 5 (#19982)

This commit is contained in:
Qwertytoforty
2023-01-02 10:36:17 -05:00
committed by GitHub
parent ab2312b234
commit 3d521286bc
@@ -47,5 +47,5 @@
for(var/obj/machinery/light/L in range(5, usr))
L.on = TRUE
L.break_light_tube()
empulse(get_turf(user), 2, 4, 1)
empulse(get_turf(user), 3, 5, 1)
return TRUE