Fixes to animations and making ability that the animation system thinks is being used more correct

This commit is contained in:
Sam
2023-05-19 11:47:55 -04:00
parent 38fb7b8cd5
commit 1cc99c9c4a
26 changed files with 246 additions and 117 deletions

View File

@ -511,7 +511,7 @@ impl StateExt for State {
.with(Auras::new(vec![Aura::new(
AuraKind::Buff {
kind: BuffKind::Invulnerability,
data: BuffData::new(1.0, Some(Secs(1.0)), None),
data: BuffData::new(1.0, Some(Secs(1.0))),
category: BuffCategory::Natural,
source: BuffSource::World,
},