Update TGS DMAPI (#19016)

Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
This commit is contained in:
vorestation-ci[bot]
2026-01-13 10:57:58 +01:00
committed by GitHub
co-authored by vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
parent 6b35cb797b
commit 9ddcb4ee01
7 changed files with 32 additions and 3 deletions
+5
View File
@@ -177,3 +177,8 @@
parameters = list()
return api.TriggerEvent(event_name, parameters, wait_for_completion)
/world/TgsTriggerDeployment()
var/datum/tgs_api/api = TGS_READ_GLOBAL(tgs)
if(api)
return api.TriggerDeployment()
+3
View File
@@ -72,3 +72,6 @@ TGS_PROTECT_DATUM(/datum/tgs_api)
/datum/tgs_api/proc/TriggerEvent(event_name, list/parameters, wait_for_completion)
return FALSE
/datum/tgs_api/proc/TriggerDeployment()
return TGS_UNIMPLEMENTED