Color-codes the ready and cancel ready buttons (#31657)

* colors-the-buttons

* accessibility win

* Update code/modules/mob/new_player/new_player.dm

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

* Update code/modules/mob/new_player/new_player.dm

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
iramoye
2026-02-27 13:51:01 -06:00
committed by GitHub
parent aff9b4f2e4
commit 00a551049d
+2 -2
View File
@@ -60,9 +60,9 @@
if(SSticker.current_state <= GAME_STATE_PREGAME)
if(!ready)
output += "<p><a href='byond://?src=[UID()];ready=1'>Declare Ready</A></p>"
output += "<p><a href='byond://?src=[UID()];ready=1'><font color='lime'><b>Declare Ready</b></font></a></p>"
else
output += "<p><b>You are ready</b> (<a href='byond://?src=[UID()];ready=2'>Cancel</A>)</p>"
output += "<p><b>You are ready</b> (<a href='byond://?src=[UID()];ready=2'><font color='orange'><b>Cancel</b></font></a>)</p>"
else
output += "<p><a href='byond://?src=[UID()];manifest=1'>View the Crew Manifest</A></p>"
output += "<p><a href='byond://?src=[UID()];late_join=1'>Join Game!</A></p>"