fixed: ~
This commit is contained in:
parent
21a47da9b5
commit
6669f8b137
@ -56,5 +56,5 @@ void ScavTrap::attack(const std::string& target)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this->_energy--;
|
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;
|
return;
|
||||||
}
|
}
|
||||||
this->_energy--;
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user