diff --git a/code/modules/mob/living/carbon/lick_wounds.dm b/code/modules/mob/living/carbon/lick_wounds.dm index 8e2bd250d9..ecf2af9082 100644 --- a/code/modules/mob/living/carbon/lick_wounds.dm +++ b/code/modules/mob/living/carbon/lick_wounds.dm @@ -70,7 +70,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