Skip to content

Commit

Permalink
Fixes getting infinite damage with the workshop axes (#2719)
Browse files Browse the repository at this point in the history
boop
  • Loading branch information
Gboster-0 authored Feb 7, 2025
1 parent bdcddd9 commit 1e17fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ModularTegustation/tegu_items/workshop/templates/axe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
return

if(do_after(user, attack_speed*10))
if(force != true_force)
return

force *= 1.2
to_chat(user, span_info("You charge a cleave, and your next attack will deal bonus damage."))

0 comments on commit 1e17fc6

Please sign in to comment.