From 186a1f0ef961eb42e5432ca499a039fc3a5b1b89 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Jul 2026 04:26:22 +0000 Subject: [PATCH] Update TGS DMAPI --- code/__DEFINES/tgs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__DEFINES/tgs.dm b/code/__DEFINES/tgs.dm index f40e8bcfcc73..9e04917b240d 100644 --- a/code/__DEFINES/tgs.dm +++ b/code/__DEFINES/tgs.dm @@ -584,6 +584,7 @@ /world/proc/TgsTriggerEvent(event_name, list/parameters, wait_for_completion = FALSE) CAN_BE_REDEFINED(TRUE) return + /// Trigger a TGS deployment for the current instance. The current state of the repository will not be changed. /world/proc/TgsTriggerDeployment()