Changeset 8549 for code/branches/gameimmersion/src/orxonox
- Timestamp:
- May 23, 2011, 5:46:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gameimmersion/src/orxonox/worldentities/pawns/Pawn.cc
r8533 r8549 235 235 void Pawn::damage(float damage, Pawn* originator) 236 236 { 237 COUT(3) << "### alte damage-funktion ###" << endl; 237 238 if (this->getGametype() && this->getGametype()->allowPawnDamage(this, originator)) 238 239 { … … 246 247 healthdamage += shielddamage-this->getShieldHealth(); 247 248 this->setShieldHealth(0); 248 COUT(3) << "### SHIELD KAPUTT ###" << endl;249 249 } 250 250
Note: See TracChangeset
for help on using the changeset viewer.