diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index dafa1dcff3b..059df6d486b 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -24,7 +24,7 @@ if(!ticker || ticker.current_state <= GAME_STATE_PREGAME) if(!ready) output += "

Declare Ready

" - else output += "

You are ready Cancel

" + else output += "

You are ready Cancel

" else output += "

Join Game!

" @@ -94,7 +94,7 @@ return 1 if(href_list["ready"]) - ready = !ready + ready = text2num(href_list["ready"]) if(href_list["refresh"]) src << browse(null, "window=playersetup") //closes the player setup window