remove client from deciding event stages wip

This commit is contained in:
Mashy
2019-10-23 12:08:21 +10:00
parent 6371e02672
commit 2e1b298bbf
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ fn post_resolve(_skill: Skill, game: &mut Game, mut resolutions: Resolutions) ->
};
if target.is_ko() {
resolutions.push(Resolution::new(&source, &target).event(Event::Ko()));
resolutions.push(Resolution::new(&source, &target).event(Event::Ko()).stages(EventStages::PostOnly));
target.effects.clear();
}