From 442b43948c8e5716fa7713dd6ccde613a9b1d48e Mon Sep 17 00:00:00 2001 From: forest2001 Date: Mon, 27 May 2024 18:08:58 +0100 Subject: [PATCH] c --- 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 15bb63be2f15..2d5733ae2049 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()