Skip to content

Commit

Permalink
minor melee strike fix
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jan 31, 2024
1 parent bb338c3 commit 9e6b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/halo/misc/melee_strikes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
if(!isnull(melee_strike))
melee_strike.strike_active(user)

return melee_strike
return 1

/obj/item/proc/verb_swap_stances()
set name = "Swap Stances"
Expand Down

0 comments on commit 9e6b207

Please sign in to comment.