reverse resolutions cause of pop

This commit is contained in:
ntr
2019-03-25 18:25:43 +11:00
parent 4459185ba4
commit 2b22b85acb
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -432,6 +432,7 @@ impl Game {
resolutions.append(&mut cast.skill.resolve(&mut source, target));
}
resolutions.reverse();
while let Some(resolution) = resolutions.pop() {
// fixme for mash
self.log_resolution(cast.speed, cast.skill, &resolution);