mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
For the sake of clarity
This commit is contained in:
@@ -32,8 +32,9 @@
|
||||
if(!ready) output += "<p><a href='byond://?src=[UID()];ready=1'>Declare Ready</A></p>"
|
||||
else output += "<p><b>You are ready</b> (<a href='byond://?src=[UID()];ready=2'>Cancel</A>)</p>"
|
||||
|
||||
if(!skip_antag) output += "<p><a href='byond://?src=[UID()];skip_antag=1'>Rolling For Antag</A></p>"
|
||||
else output += "<p><b>Antag Roll Off</b> (<a href='byond://?src=[UID()];skip_antag=2'>Cancel</A>)</p>"
|
||||
if(!skip_antag) output += "<p><a href='byond://?src=[UID()];skip_antag=1'>Toggle Antag Rolling</A>"
|
||||
else output += "<p><a href='byond://?src=[UID()];skip_antag=2'>Toggle Antag Rolling</A>"
|
||||
output += "<br /><b>[skip_antag ? "Disabled" : "Enabled"]</b></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>"
|
||||
|
||||
Reference in New Issue
Block a user