remove getText anim.utils fn, add ko event as test

This commit is contained in:
Mashy
2019-12-06 01:19:55 +10:00
parent b62dc53e08
commit 9ae52b39ce
6 changed files with 79 additions and 129 deletions
+3
View File
@@ -717,6 +717,9 @@ impl Construct {
},
self.id
));
if self.is_ko() {
events.push(Event::new(EventVariant::Ko {}, self.id));
}
},
true => {
// events.push(Event::new(EventVariant::Inversion { skill }));