From 91763a5e6a98fb2c6a305c70710fd7a01b3688fb Mon Sep 17 00:00:00 2001 From: BeagleGaming1 <56142455+BeagleGaming1@users.noreply.github.com> Date: Sat, 4 Jan 2025 03:15:35 -0500 Subject: [PATCH] Update code/modules/hallucinations/effects/moderate.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: BeagleGaming1 <56142455+BeagleGaming1@users.noreply.github.com> --- code/modules/hallucinations/effects/moderate.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hallucinations/effects/moderate.dm b/code/modules/hallucinations/effects/moderate.dm index 74ff0cf62359..53b40c0c8207 100644 --- a/code/modules/hallucinations/effects/moderate.dm +++ b/code/modules/hallucinations/effects/moderate.dm @@ -491,7 +491,7 @@ /obj/effect/hallucination/fake_grenade/Destroy() grenade_turf = null - . = ..() + return ..() /obj/effect/hallucination/fake_grenade/Initialize(mapload, mob/living/carbon/hallucination_target, override_direction, distance = 9)