stun 1t
This commit is contained in:
parent
11d07929ba
commit
4ecc87259e
@ -431,7 +431,6 @@ impl Effect {
|
|||||||
|
|
||||||
pub fn duration(&self) -> u8 {
|
pub fn duration(&self) -> u8 {
|
||||||
match self {
|
match self {
|
||||||
Effect::Stun => 2,
|
|
||||||
Effect::Block => 1,
|
Effect::Block => 1,
|
||||||
Effect::Parry => 1,
|
Effect::Parry => 1,
|
||||||
Effect::Clutch => 1,
|
Effect::Clutch => 1,
|
||||||
@ -443,6 +442,7 @@ impl Effect {
|
|||||||
Effect::Strangle => 2,
|
Effect::Strangle => 2,
|
||||||
Effect::Strangling => 2,
|
Effect::Strangling => 2,
|
||||||
|
|
||||||
|
Effect::Stun => 1,
|
||||||
Effect::Vulnerable => 2,
|
Effect::Vulnerable => 2,
|
||||||
Effect::Snare => 2,
|
Effect::Snare => 2,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user