mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[MIRROR] Axes do_mob and replaces with do_after (#11938)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
9645b165d5
commit
e61bebfbb3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user