Changeset 6896
- Timestamp:
- May 10, 2010, 5:02:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups3/src/orxonox/worldentities/pawns/Pawn.cc
r6895 r6896 185 185 { 186 186 this->setShieldHealth(this->shieldHealth_ - shielddamage); 187 COUT(1) << "damage " << damage << " shieldAbsorption " << this->shieldAbsorption_<< std::endl;187 COUT(1) << "damage " << damage << " getShieldAbsorption " << getShieldAbsorption() << std::endl; 188 188 COUT(1) << "shielddamage " << shielddamage << " healthdamage " << healthdamage << std::endl; 189 189 COUT(1) << "the shield takes its share of the damage and is left with " << this->getShieldHealth() << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.