1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 02:44:17 +00:00

Set tumble trigger as default (#541)

This commit is contained in:
asimon-1 2023-07-29 13:39:09 -07:00 committed by GitHub
parent 78d4b36400
commit ace4654f3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1065,6 +1065,7 @@ impl MashTrigger {
pub const fn default() -> MashTrigger {
// Hit, block, clatter
MashTrigger::HIT
.union(MashTrigger::TUMBLE)
.union(MashTrigger::SHIELDSTUN)
.union(MashTrigger::CLATTER)
}