diff --git a/tests/DMAPI/LongRunning/Test.dm b/tests/DMAPI/LongRunning/Test.dm index 68d8d071ed..5df15d9b22 100644 --- a/tests/DMAPI/LongRunning/Test.dm +++ b/tests/DMAPI/LongRunning/Test.dm @@ -11,12 +11,14 @@ /proc/Run() world.log << "sleep" sleep(50) + TgsChatBroadcast("World Initialized") world.TgsInitializationComplete() /world/Topic(T, Addr, Master, Keys) TGS_TOPIC /world/Reboot(reason) + TgsChatBroadcast("World Rebooting") TgsReboot() /datum/tgs_chat_command/reboot