- Timestamp:
- May 10, 2010, 4:49:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups3/src/orxonox/worldentities/pawns/Pawn.cc
r6892 r6893 175 175 { 176 176 COUT(1) << "the shield is too weak to take its share of the damage!" << std::endl; 177 COUT(1) << "damage" << damage << "shieldAbsorption" << this->shieldAbsorption_ << std::endl; 178 COUT(1) << "shielddamage" << shielddamage << "healthdamage" << healthdamage << std::endl; 177 179 healthdamage += shielddamage-this->getShieldHealth(); 178 180 this->setShieldHealth(0);
Note: See TracChangeset
for help on using the changeset viewer.