From 618d8933887247db50ec931e28365104aca5df77 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 4 Jun 2017 11:09:15 -0500 Subject: [PATCH] wat (#1380) --- code/datums/mind.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 34559607eb..e85667e29a 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -1289,7 +1289,6 @@ else if (istype(M) && length(M.viruses)) for(var/datum/disease/D in M.viruses) D.cure(0) - sleep(0) //because deleting of virus is done through spawn(0) if("infected") if (check_rights(R_ADMIN, 0)) var/mob/living/carbon/human/H = current