From 1350dfa0c20d11b23d1b000eed1484a0cd06ea1d Mon Sep 17 00:00:00 2001 From: IK3I Date: Sun, 1 Apr 2018 22:30:50 -0500 Subject: [PATCH] Updates wording --- code/modules/mob/new_player/new_player.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]

" + if(!skip_antag) output += "

Global Antag Candidancy" + else output += "

Global Antag Candidancy" + output += "
You are [skip_antag ? "ineligable" : "eligable"] for all antag roles.

" else output += "

View the Crew Manifest

" output += "

Join Game!

"