combat system 2nd pass - multiattacks for natural attackers
This commit is contained in:
parent
42113ad6a4
commit
a17a2c8f11
7 changed files with 247 additions and 174 deletions
|
|
@ -73,6 +73,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
MeleeWeapon,
|
||||
Mind,
|
||||
Monster,
|
||||
MultiAttack,
|
||||
NaturalAttacks,
|
||||
Name,
|
||||
ParticleLifetime,
|
||||
|
|
@ -175,6 +176,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
MeleeWeapon,
|
||||
Mind,
|
||||
Monster,
|
||||
MultiAttack,
|
||||
NaturalAttacks,
|
||||
Name,
|
||||
ParticleLifetime,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue