Fixes do_after in lick wonds (#18793)

This commit is contained in:
Cameron Lennox
2025-11-17 01:45:17 +01:00
committed by GitHub
parent a4c4ddea17
commit ec8c188ed0
@@ -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