Fixes an issue with the sentient disease status panel, each letter was a new line (#54468)

This commit is contained in:
LemonInTheDark
2020-10-20 20:15:07 -03:00
committed by GitHub
parent 422bef63e7
commit ffdabc08d9
@@ -88,7 +88,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