Minor status tab fixes

This commit is contained in:
Archie
2021-06-16 17:13:58 -03:00
parent d42c8e09c0
commit 5793aeffa8
2 changed files with 13 additions and 14 deletions
@@ -85,7 +85,7 @@ the new instance inside the host to be updated to the template's stats.
/mob/camera/disease/get_status_tab_items()
. = ..()
if(freemove)
. += "Host Selection Time: [round((freemove_end - world.time)/10)]s"
else