[MIRROR] Fixes do_after in lick wonds (#11994)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-17 02:03:08 +01:00
committed by GitHub
co-authored by Cameron Lennox
parent eae59e5b2b
commit eba4e0bcf3
@@ -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