From d1393ee0ad43e1b410f35e7f692c69d080e2cad5 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:33:23 +0200 Subject: [PATCH] Fixes unpowered field generators yeeting people (#95561) --- code/modules/power/singularity/field_generator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/singularity/field_generator.dm b/code/modules/power/singularity/field_generator.dm index 39350d0ca18..ee5b7c13ab7 100644 --- a/code/modules/power/singularity/field_generator.dm +++ b/code/modules/power/singularity/field_generator.dm @@ -417,7 +417,7 @@ no power level overlay is currently in the overlays list. if (active) return SINGULARITY_TRY_MOVE_BLOCK -/obj/machinery/field/generator/shock(mob/living/user) +/obj/machinery/field/generator/yeet_shock(mob/living/user) if(fields.len) ..()