ref
This commit is contained in:
parent
f5b9cd2662
commit
17d692b8da
@ -409,7 +409,7 @@ impl Effect {
|
||||
Effect::Banish => true,
|
||||
Effect::Strangle => true,
|
||||
Effect::Strangling => skill != Skill::StrangleTick,
|
||||
Effect::Silence => skill.components().contains(Item::Blue),
|
||||
Effect::Silence => skill.components().contains(&Item::Blue),
|
||||
Effect::Snare => match skill.category() {
|
||||
Category::Blue => false,
|
||||
Category::Red => true,
|
||||
@ -1237,7 +1237,7 @@ fn decay(source: &mut Cryp, target: &mut Cryp, mut results: Resolutions, skill:
|
||||
|
||||
results.push(Resolution::new(source, target).event(target.add_effect(skill, decay)));
|
||||
results.push(apply_modifier(skill, source, target));
|
||||
|
||||
|
||||
return decay_tick(source, target, results, Skill::DecayTick);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user