From 2a7efc73fc767382f53ea2897a1dc08f2fc96000 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 18 Dec 2020 08:49:26 +0100 Subject: [PATCH] [MIRROR] Fix briefcause launchpads qdelling their internal launchpad on creation (#2224) * Fix briefcause launchpads qdelling their internal launchpad on creation (#55478) * Fix briefcause launchpads qdelling their internal launchpad on creation Co-authored-by: Timberpoes --- code/game/machinery/launch_pad.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/launch_pad.dm b/code/game/machinery/launch_pad.dm index bdcd25c7f0f..85a5fb921ca 100644 --- a/code/game/machinery/launch_pad.dm +++ b/code/game/machinery/launch_pad.dm @@ -226,7 +226,7 @@ /obj/machinery/launchpad/briefcase/Initialize(mapload, _briefcase) . = ..() - if(!briefcase) + if(!_briefcase) log_game("[src] has been spawned without a briefcase.") return INITIALIZE_HINT_QDEL briefcase = _briefcase