diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index a2586dd65a1..8d789763375 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -68,8 +68,8 @@ var/list/antags = client.prefs.be_special if(antags && antags.len) - if(!skip_antag) output += "
Global Antag Candidancy" - else output += "
Global Antag Candidancy" + if(!skip_antag) output += "
Global Antag Candidacy" + else output += "
Global Antag Candidacy"
output += "
You are [skip_antag ? "ineligible" : "eligible"] for all antag roles.