ref
This commit is contained in:
parent
f5b9cd2662
commit
17d692b8da
@ -409,7 +409,7 @@ impl Effect {
|
|||||||
Effect::Banish => true,
|
Effect::Banish => true,
|
||||||
Effect::Strangle => true,
|
Effect::Strangle => true,
|
||||||
Effect::Strangling => skill != Skill::StrangleTick,
|
Effect::Strangling => skill != Skill::StrangleTick,
|
||||||
Effect::Silence => skill.components().contains(Item::Blue),
|
Effect::Silence => skill.components().contains(&Item::Blue),
|
||||||
Effect::Snare => match skill.category() {
|
Effect::Snare => match skill.category() {
|
||||||
Category::Blue => false,
|
Category::Blue => false,
|
||||||
Category::Red => true,
|
Category::Red => true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user