mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
[MIRROR] Fixes do_after in lick wonds (#11994)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user