animations test fixes + new strike

This commit is contained in:
ntr
2019-09-16 14:29:32 +10:00
parent d1b13ce092
commit 0edfe55387
5 changed files with 73 additions and 104 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ impl Effect {
},
_ => {
info!("{:?} does not have a mod effect", self);
warn!("{:?} does not have a mod effect", self);
return value;
},
}