From 87e9bb8e5ca7979015a22484132b7aa0c6efa3de Mon Sep 17 00:00:00 2001 From: Dan-Neposh Date: Mon, 25 Jan 2021 13:38:02 -0500 Subject: [PATCH] adds text announcing the end of the round for clockcult victory --- .../clockcult/clock_structures/ratvar_the_clockwork_justicar.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/clockcult/clock_structures/ratvar_the_clockwork_justicar.dm b/code/modules/antagonists/clockcult/clock_structures/ratvar_the_clockwork_justicar.dm index b83f6e5708..d5538aa353 100644 --- a/code/modules/antagonists/clockcult/clock_structures/ratvar_the_clockwork_justicar.dm +++ b/code/modules/antagonists/clockcult/clock_structures/ratvar_the_clockwork_justicar.dm @@ -182,4 +182,5 @@ L.fire_stacks = INFINITY L.IgniteMob() sleep(50) + send_to_playing_players("\"Ratvar has been freed Reebe, rejoice!\"") SSticker.force_ending = 1