This commit is contained in:
ntr
2019-07-05 18:16:17 +10:00
parent 84325c86f1
commit bd104b65b2
7 changed files with 111 additions and 3 deletions
+1
View File
@@ -1655,6 +1655,7 @@ fn silence(source: &mut Construct, target: &mut Construct, mut results: Resoluti
}
fn purge(source: &mut Construct, target: &mut Construct, mut results: Resolutions, skill: Skill) -> Resolutions {
results.push(Resolution::new(source, target).event(Event::Skill { skill }));
while let Some(i) = target.effects
.iter()
.position(|ce| {