Updated Transcore Data Dump (#19591)

* updated

* timer cleanup

* fix

* don't mess up biome
This commit is contained in:
Will
2026-07-11 18:08:39 +02:00
committed by GitHub
parent 8875e4b61e
commit 912be45422
5 changed files with 72 additions and 12 deletions
+2 -2
View File
@@ -290,8 +290,8 @@ SUBSYSTEM_DEF(transcore)
// Moves all mind records from the databaes into the disk and shuts down all backup canary processing.
/datum/transcore_db/proc/core_dump(obj/item/disk/transcore/disk)
ASSERT(disk)
GLOB.global_announcer.autosay("An emergency core dump has been initiated!", "TransCore Oversight", "Command")
GLOB.global_announcer.autosay("An emergency core dump has been initiated!", "TransCore Oversight", "Medical")
GLOB.global_announcer.autosay("An emergency core dump has been completed!", "TransCore Oversight", "Command")
GLOB.global_announcer.autosay("An emergency core dump has been completed!", "TransCore Oversight", "Medical")
disk.stored += backed_up
backed_up.Cut()