From e0f224c572085a8358e18ccb8115e2a929a0b291 Mon Sep 17 00:00:00 2001 From: wraith-54321 <69217972+wraith-54321@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:47:21 -0800 Subject: [PATCH] bold --- monkestation/code/modules/storytellers/gamemode_subsystem.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkestation/code/modules/storytellers/gamemode_subsystem.dm b/monkestation/code/modules/storytellers/gamemode_subsystem.dm index 4cc230a25648..b6b28622a275 100644 --- a/monkestation/code/modules/storytellers/gamemode_subsystem.dm +++ b/monkestation/code/modules/storytellers/gamemode_subsystem.dm @@ -846,7 +846,7 @@ SUBSYSTEM_DEF(gamemode) send_to_playing_players(span_notice("Storyteller is [storyteller.name]!")) send_to_playing_players(span_notice("[storyteller.welcome_text]")) else - send_to_observers(span_notice("Storyteller is [storyteller.name]!")) //observers still get to know + send_to_observers(span_boldnotice("Storyteller is [storyteller.name]!")) //observers still get to know /// Panel containing information, variables and controls about the gamemode and scheduled event /datum/controller/subsystem/gamemode/proc/admin_panel(mob/user)