Support for learnable moves
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -93,5 +93,5 @@ Creature *CreateCreature::Create() {
|
||||
_magAttackExperience, _magDefenseExperience, _speedExperience),
|
||||
Core::StatisticSet(_healthPotential, _physAttackPotential, _physDefensePotential,
|
||||
_magAttackPotential, _magDefensePotential, _speedPotential),
|
||||
identifier, gender, _coloring, heldItem);
|
||||
identifier, gender, _coloring, {}, heldItem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user