From 77a378b1313f0e4ba0ba37702c9f35afcf724bc7 Mon Sep 17 00:00:00 2001 From: Putnam Date: Sat, 25 Apr 2020 17:16:31 -0700 Subject: [PATCH] wow that's the wrong thing to do --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index c98341612a..d84d3eb16b 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -432,7 +432,7 @@ dat += "(Force Storyteller)
" if (GLOB.dynamic_forced_storyteller) var/datum/dynamic_storyteller/S = GLOB.dynamic_forced_storyteller - dat += "-> [initial(S.name)] <-
" + dat += "-> [initial(S.name)] <-
" dat += "(Dynamic mode options)
" else if (SSticker.IsRoundInProgress()) dat += "(Force Next Latejoin Ruleset)
"