Skip to content

Commit

Permalink
Tweaks oppressor (#5759)
Browse files Browse the repository at this point in the history
# About the pull request

Raises the tailhook from 7 deciseconds to 8 deciseconds.

# Explain why it's good for the game

On my last PR i tweaked this from 8 to 7 thinking it wouldnt be too
impactful but people giving me ""FEEDBACK"" have made me realise this is
a bit too fast with players with 200+ ping above, originally i wasnt
going to do this because i was planning on a full rework but i dont want
to leave it ''broken'' for the time being.


# 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: Oppressor tailhook is now 8 deciseconds instead of 7.
/:cl:

Co-authored-by: InsaneRed <[email protected]>
  • Loading branch information
Red-byte3D and InsaneRed authored Feb 26, 2024
1 parent 4006925 commit 55d7ea7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

// Config
var/max_distance = 7
var/windup = 7 DECISECONDS
var/windup = 8 DECISECONDS

/datum/action/xeno_action/activable/oppressor_punch
name = "Dislocate"
Expand Down

0 comments on commit 55d7ea7

Please sign in to comment.