Makes new player panel gap consistant (#7223)

This commit is contained in:
Karolis
2019-10-23 08:35:12 +05:00
committed by Werner
parent 73610b999e
commit b7e34d5543
2 changed files with 6 additions and 2 deletions
@@ -33,9 +33,9 @@ INITIALIZE_IMMEDIATE(/mob/abstract/new_player)
if(!ROUND_IS_STARTED)
if(ready)
output += "<p>\[ <b>Ready</b> | <a href='byond://?src=\ref[src];ready=0'>Not Ready</a> \]</p>"
output += "<br><br><p>\[ <b>Ready</b> | <a href='byond://?src=\ref[src];ready=0'>Not Ready</a> \]</p>"
else
output += "<p>\[ <a href='byond://?src=\ref[src];ready=1'>Ready</a> | <b>Not Ready</b> \]</p>"
output += "<br><br><p>\[ <a href='byond://?src=\ref[src];ready=1'>Ready</a> | <b>Not Ready</b> \]</p>"
else
output += "<a href='byond://?src=\ref[src];manifest=1'>View the Crew Manifest</A><br><br>"
+4
View File
@@ -0,0 +1,4 @@
author: Karolis2011
delete-after: True
changes:
- bugfix: "Made new player panel gap consistent."