From 404150ba8ff2dcd54f61ecc605cf5474829b1d58 Mon Sep 17 00:00:00 2001 From: IK3I Date: Tue, 13 Mar 2018 00:45:26 -0500 Subject: [PATCH] For the sake of clarity --- code/modules/mob/new_player/new_player.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index c52e7c2947c..2dcaa837d8a 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -32,8 +32,9 @@ if(!ready) output += "

Declare Ready

" else output += "

You are ready (Cancel)

" - if(!skip_antag) output += "

Rolling For Antag

" - else output += "

Antag Roll Off (Cancel)

" + if(!skip_antag) output += "

Toggle Antag Rolling" + else output += "

Toggle Antag Rolling" + output += "
[skip_antag ? "Disabled" : "Enabled"]

" else output += "

View the Crew Manifest

" output += "

Join Game!

"