remove getText anim.utils fn, add ko event as test
This commit is contained in:
@@ -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 }));
|
||||
|
||||
Reference in New Issue
Block a user