[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
@@ -61,7 +61,7 @@
T.UpdateDamageIcon()
feedback_add_details("changeling_powers","A[stage]")
if(!do_mob(src, T, 150) || G.state != GRAB_KILL)
if(!do_after(src, 15 SECONDS, T) || G.state != GRAB_KILL)
to_chat(src, span_warning("Our absorption of [T] has been interrupted!"))
changeling.isabsorbing = FALSE
return