diff --git a/code/modules/mob/living/carbon/lick_wounds.dm b/code/modules/mob/living/carbon/lick_wounds.dm index a21f33c73f2..edb1c5ba65b 100644 --- a/code/modules/mob/living/carbon/lick_wounds.dm +++ b/code/modules/mob/living/carbon/lick_wounds.dm @@ -66,7 +66,7 @@ if(W.bandaged && W.salved && W.disinfected) continue - if(!do_after(src, W.damage/5, W)) + if(!do_after(src, W.damage/5, src)) to_chat(src, span_notice("You must stand still to clean wounds.")) break