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()