This commit is contained in:
ntr 2019-04-17 22:33:28 +10:00
parent 11d07929ba
commit 4ecc87259e

View File

@ -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,