fixed: ~
This commit is contained in:
@ -56,5 +56,5 @@ void ScavTrap::attack(const std::string& target)
|
||||
return;
|
||||
}
|
||||
this->_energy--;
|
||||
std::cerr << "ScavTrap " << this->_name << " attacks " << target << ", causing " << this->_damage << " points of damage" << std::endl;
|
||||
std::cerr << "ScavTrap " << this->_name << " attacks " << target << ", causing " << this->_damage << " points of damage!" << std::endl;
|
||||
}
|
||||
|
@ -56,5 +56,5 @@ void ScavTrap::attack(const std::string& target)
|
||||
return;
|
||||
}
|
||||
this->_energy--;
|
||||
std::cerr << "ScavTrap " << this->_name << " attacks " << target << ", causing " << this->_damage << " points of damage" << std::endl;
|
||||
std::cerr << "ScavTrap " << this->_name << " attacks " << target << ", causing " << this->_damage << " points of damage!" << std::endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user