From eba4e0bcf3da6ca4590bded9ec48ce0291ca94cb Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 16 Nov 2025 18:03:08 -0700 Subject: [PATCH] [MIRROR] Fixes do_after in lick wonds (#11994) Co-authored-by: Cameron Lennox --- code/modules/mob/living/carbon/lick_wounds.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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