Skip to content

Commit

Permalink
Fix mantis ravage keybind not working when not selected (#14050)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvv-vvvv authored Sep 30, 2023
1 parent f9c183f commit db525ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cooldown_timer = 30 SECONDS

/datum/action/xeno_action/activable/ravage/slow/use_ability(atom/A)
if(!do_after(owner, windup_time, FALSE, owner, BUSY_ICON_GENERIC, extra_checks = CALLBACK(src, PROC_REF(can_use_ability), A, FALSE, XACT_USE_BUSY)))
if(!do_after(owner, windup_time, FALSE, owner, BUSY_ICON_GENERIC, extra_checks = CALLBACK(src, PROC_REF(can_use_action), FALSE, XACT_USE_BUSY)))
return fail_activate()
return ..()

Expand Down

0 comments on commit db525ff

Please sign in to comment.