diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 140e06722ab..9e8a8c65fa3 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -73,7 +73,7 @@ /mob/proc/Life() // if(organStructure) // organStructure.ProcessOrgans() - handle_typing_indicator() + //handle_typing_indicator() //You said the typing indicator would be fine. The test determined that was a lie. return @@ -1079,4 +1079,4 @@ mob/proc/yank_out_object() if(istype(I,/mob/living/simple_animal/borer)) return I - return 0 + return 0