diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 2dcaa837d8a..a3ee342091c 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -32,9 +32,11 @@ if(!ready) output += "
" else output += "You are ready (Cancel)
" - if(!skip_antag) output += "Toggle Antag Rolling" - else output += "
Toggle Antag Rolling"
- output += "
[skip_antag ? "Disabled" : "Enabled"]
Toggle Antag Rolling" + else output += "
Toggle Antag Rolling"
+ output += "
[skip_antag ? "Disabled" : "Enabled"]