From 1116c3a1c5b554d79a6b2f727451557658cec754 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Mon, 27 May 2024 18:09:48 +0100 Subject: [PATCH] wrong order again ya dope --- code/modules/defenses/sentry.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/defenses/sentry.dm b/code/modules/defenses/sentry.dm index 2d5733ae2049..9eea05441d74 100644 --- a/code/modules/defenses/sentry.dm +++ b/code/modules/defenses/sentry.dm @@ -551,12 +551,12 @@ faction_group = FACTION_LIST_ARES_MARINE /obj/structure/machinery/defenses/sentry/premade/deployable/almayer/mini/ares/Initialize() - . = ..() link_sentry() + . = ..() /obj/structure/machinery/defenses/sentry/premade/deployable/almayer/mini/ares/Destroy() - . = ..() delink_sentry() + . = ..() /obj/structure/machinery/defenses/sentry/premade/deployable/almayer/mini/ares/start_processing() sync_iff()