diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index a3ee342091c..0db7535c97b 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -34,9 +34,9 @@ var/list/antags = client.prefs.be_special if(antags && antags.len) - if(!skip_antag) output += "
Toggle Antag Rolling" - else output += "
Toggle Antag Rolling"
- output += "
[skip_antag ? "Disabled" : "Enabled"]
Global Antag Candidancy" + else output += "
Global Antag Candidancy"
+ output += "
You are [skip_antag ? "ineligable" : "eligable"] for all antag roles.