Fixed issue where base stats of a variant got corrupted.
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:
@@ -15,9 +15,6 @@ namespace CreatureLib::Library {
|
||||
T _magicalDefense;
|
||||
T _speed;
|
||||
|
||||
private:
|
||||
StatisticSet<T>(const StatisticSet<T>& v) = delete;
|
||||
|
||||
public:
|
||||
StatisticSet(T health, T physicalAttack, T physicalDefense, T magicalAttack, T magicalDefense, T speed)
|
||||
: _health(health), _physicalAttack(physicalAttack), _physicalDefense(physicalDefense),
|
||||
|
||||
Reference in New Issue
Block a user