From 00deae57fa9684123188a7d75981bf03bb65d5b5 Mon Sep 17 00:00:00 2001 From: Epicness Date: Wed, 28 Feb 2024 13:15:34 -1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=93ahh=20unit=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/game/objects/items/explosives/grenades/marines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/explosives/grenades/marines.dm b/code/game/objects/items/explosives/grenades/marines.dm index 079eef0139b1..6f25597cbfea 100644 --- a/code/game/objects/items/explosives/grenades/marines.dm +++ b/code/game/objects/items/explosives/grenades/marines.dm @@ -587,7 +587,7 @@ /obj/effect/overlay/sebb/Initialize() - ..() + . = ..() QDEL_IN(src,time_to_live)