reverse resolutions cause of pop
This commit is contained in:
parent
4459185ba4
commit
2b22b85acb
@ -22,9 +22,6 @@ ensure all skills impl
|
||||
Skill::Slay -> red attack with bonus somethingorother for blue / maim no healing
|
||||
Hatred -> damage received converted into bonus dmg
|
||||
|
||||
on attack
|
||||
Skill::Toxic -> apply debuff to attackers
|
||||
|
||||
make parry semi-aggressive
|
||||
constants
|
||||
change to ownership pattern
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user