From 3d521286bc64e09d7f23c1957f10f1d1fdf106c6 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:36:17 -0500 Subject: [PATCH] Buffs cling emp from 2, 4 to 3, 5 (#19982) --- code/modules/antagonists/changeling/powers/shriek.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/changeling/powers/shriek.dm b/code/modules/antagonists/changeling/powers/shriek.dm index 9af367a5274..289fa722142 100644 --- a/code/modules/antagonists/changeling/powers/shriek.dm +++ b/code/modules/antagonists/changeling/powers/shriek.dm @@ -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