diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 3c3eb33d36c..24706c7d83a 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -60,9 +60,9 @@ if(SSticker.current_state <= GAME_STATE_PREGAME) if(!ready) - output += "

Declare Ready

" + output += "

Declare Ready

" else - output += "

You are ready (Cancel)

" + output += "

You are ready (Cancel)

" else output += "

View the Crew Manifest

" output += "

Join Game!

"