added xp value for mobs with MULTIATTACK flag
This commit is contained in:
parent
a17a2c8f11
commit
3e9f4f6fab
2 changed files with 8 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use super::{
|
||||
gamelog, gamesystem, ArmourClassBonus, Attributes, EquipmentSlot, Equipped, HungerClock, HungerState, MeleeWeapon,
|
||||
MultiAttack, Name, NaturalAttack, NaturalAttacks, ParticleBuilder, Pools, Position, Skill, Skills, SufferDamage,
|
||||
WantsToMelee, WeaponAttribute,
|
||||
MultiAttack, Name, NaturalAttacks, ParticleBuilder, Pools, Position, Skill, Skills, SufferDamage, WantsToMelee,
|
||||
WeaponAttribute,
|
||||
};
|
||||
use specs::prelude::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue