Axes do_mob and replaces with do_after (#18739)

* moooore do_afters

* theese

* Failsafe

* Update human_attackhand.dm
This commit is contained in:
Cameron Lennox
2025-11-07 20:01:23 -05:00
committed by GitHub
parent e889a5a9f9
commit 57d1d031da
28 changed files with 154 additions and 132 deletions
+1 -1
View File
@@ -529,7 +529,7 @@
return 0
user.setClickCooldown(user.get_attack_speed(tool))
if(!do_mob(user, owner, 10))
if(!do_after(user, 1 SECOND, src))
to_chat(user, span_warning("You must stand still to do that."))
return 0