ScavTrap fixes
This commit is contained in:
@@ -40,6 +40,7 @@ ScavTrap& ScavTrap::operator=(const ScavTrap &other)
|
||||
this->health = other.health;
|
||||
this->energy = other.energy;
|
||||
this->attackDamage = other.attackDamage;
|
||||
this->guarding_gate = other.guarding_gate;
|
||||
}
|
||||
return (*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user