mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Fixes do_after in lick wonds (#18793)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user