Merge pull request #10503 from PsiOmegaDelta/150811-BorgSpawnRuntime

Fixes a borg spawn runtime.
This commit is contained in:
Chinsky
2015-08-12 20:42:04 +03:00
@@ -421,8 +421,7 @@
// update the status screen display
/mob/living/silicon/robot/Stat()
..()
statpanel("Status")
if (client.statpanel == "Status")
if (statpanel("Status"))
show_cell_power()
show_jetpack_pressure()
stat(null, text("Lights: [lights_on ? "ON" : "OFF"]"))