Skip to content

Commit

Permalink
bold
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Dec 17, 2023
1 parent 7314ab1 commit e0f224c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ SUBSYSTEM_DEF(gamemode)
send_to_playing_players(span_notice("<b>Storyteller is [storyteller.name]!</b>"))
send_to_playing_players(span_notice("[storyteller.welcome_text]"))
else
send_to_observers(span_notice("<b>Storyteller is [storyteller.name]!</b>")) //observers still get to know
send_to_observers(span_boldnotice("<b>Storyteller is [storyteller.name]!</b>")) //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)
Expand Down

0 comments on commit e0f224c

Please sign in to comment.