Skip to content

Commit

Permalink
Fixes a bug with Scimitars (#5391)
Browse files Browse the repository at this point in the history
# About the pull request
Stop being naughty.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Yautja scimitars no longer bypass attack delay.
/:cl:
  • Loading branch information
realforest2001 authored Jan 7, 2024
1 parent 12cac51 commit e03cdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/cm_preds/yaut_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
attack_speed = 5
attack_verb = list("sliced", "slashed", "jabbed", "torn", "gored")
force = MELEE_FORCE_TIER_5
has_speed_bonus = FALSE

/*#########################################
########### One Handed Weapons ############
Expand Down

0 comments on commit e03cdc9

Please sign in to comment.