diff --git a/code/modules/antagonists/disease/disease_mob.dm b/code/modules/antagonists/disease/disease_mob.dm index 028435043c5..ea34adb9c1c 100644 --- a/code/modules/antagonists/disease/disease_mob.dm +++ b/code/modules/antagonists/disease/disease_mob.dm @@ -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