From aa675d3749fa4177cd7bdc8ea507faa5361c92d9 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 9 Sep 2018 12:55:28 +0100 Subject: [PATCH] candidancy -> candidacy --- code/modules/mob/new_player/new_player.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

" else output += "

View the Crew Manifest

"