Descriptive Problem Summary:
If a statpanel does not contain any values, it does not appear on the webclient. In seeker, these do appear.
Additionaly, in game Dan.Pipestock - an empty tab appears only. Not the one that contains data. Not sure if you guys have the source of this or if it has been lost since then.
Numbered Steps to Reproduce Problem:
Code below for empty tabs. For Pipestock, I do not have any code for this issue.
Join game Dan.Pipestock
Code Snippet (if applicable) to Reproduce Problem:
mob/Stat()
statpanel("Stats3:")
for(var/client/c)
stat("> [c]")
statpanel("Stats2:")
for(var/c in list())
stat("> [c]")
statpanel("Stats1:")
for(var/c in list())
stat("> [c]")
Expected Results:
All tabs Appear
Actual Results:
Some tabs appear
Does the problem occur:
Every time? Or how often? Every time
In other games? Unknown (Most Likely)
When does the problem NOT occur?
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Workarounds:
Use Seeker