From a316c544f4016536acb541bd7276edf129ab47e3 Mon Sep 17 00:00:00 2001
From: Sam
Date: Sat, 21 Apr 2018 15:23:27 +0100
Subject: [PATCH] ree
---
code/modules/mob/new_player/new_player.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm
index d28a34f1bc3..bf6526c856e 100644
--- a/code/modules/mob/new_player/new_player.dm
+++ b/code/modules/mob/new_player/new_player.dm
@@ -36,7 +36,7 @@
if(antags && antags.len)
if(!skip_antag) output += "Global Antag Candidancy"
else output += "
Global Antag Candidancy"
- output += "
You are [skip_antag ? "ineligable" : "eligable"] for all antag roles.
"
+ output += "
You are [skip_antag ? "ineligible" : "eligible"] for all antag roles.
"
else
output += "View the Crew Manifest
"
output += "Join Game!
"