From 62c6a4808cd9a25754e043818adb6477448459ca Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Thu, 11 Dec 2014 13:23:40 +1030 Subject: [PATCH] Added a link to the whitelist forums in the new species window. --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index a5e5a21e2c3..6da554d41f1 100755 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -635,7 +635,7 @@ datum/preferences if((current_species.flags & IS_WHITELISTED) && !is_alien_whitelisted(user,current_species)) restricted = 1 if(restricted) - dat += "You cannot play as this species.
If you wish to be whitelisted, you can make an application post on the forums.
" + dat += "You cannot play as this species.
If you wish to be whitelisted, you can make an application post on the forums.
" else dat += "\[select\]" dat += ""