Skip to content

Commit

Permalink
wrong order again ya dope
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed May 27, 2024
1 parent 442b439 commit 1116c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/defenses/sentry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1116c3a

Please sign in to comment.