[MIRROR] Axes do_mob and replaces with do_after (#11938)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-08 04:26:50 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent 9645b165d5
commit e61bebfbb3
29 changed files with 157 additions and 135 deletions
@@ -111,7 +111,7 @@
M.visible_message(span_bold("\The [user]") + " eats some of [loaded] with \the [src].")
else
user.visible_message(span_warning("\The [user] begins to feed \the [M]!"))
if(!(M.can_force_feed(user, loaded) && do_mob(user, M, 5 SECONDS)))
if(!(M.can_force_feed(user, loaded) && do_after(user, 5 SECONDS, M)))
return
M.visible_message(span_bold("\The [user]") + " feeds some of [loaded] to \the [M] with \the [src].")
playsound(src,'sound/items/eatfood.ogg', rand(10,40), 1)