mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 09:03:53 +01:00
Axes do_mob and replaces with do_after (#18739)
* moooore do_afters * theese * Failsafe * Update human_attackhand.dm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user