Skip to content

Commit

Permalink
Increases berserker's rage lockout is back to 10 seconds (#6108)
Browse files Browse the repository at this point in the history
# About the pull request

This PR reverts the rage lockout duration of Berserker back to 10
seconds.

# Explain why it's good for the game

Should help with punishing berserkers on their downtime, without
decreasing their effectiveness

# 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:
balance: Berserker's rage lock-out duration increased slightly
/:cl:
  • Loading branch information
usnpeepoo authored Apr 16, 2024
1 parent fcaa650 commit 6fa8d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

// Eviscerate config
var/rage_lock_duration = 10 SECONDS // 10 seconds of max rage
var/rage_cooldown_duration = 8 SECONDS // 8 seconds of NO rage.
var/rage_cooldown_duration = 10 SECONDS // 10 seconds of NO rage.

// State for tracking rage
var/rage = 0
Expand Down

0 comments on commit 6fa8d55

Please sign in to comment.