Changeset 3033 for code/trunk/src/orxonox/objects/worldentities/pawns
- Timestamp:
- May 23, 2009, 9:57:52 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/gametypes (added) merged: 2827,2903,2905-2906,2933-2936,2952,2954,2961,2970-2971,2978,2985-2986,3019-3020
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/objects/worldentities/pawns/CMakeLists.txt
r2710 r3033 3 3 Pawn.cc 4 4 SpaceShip.cc 5 TeamBaseMatchBase.cc 6 Destroyer.cc 5 7 ) -
code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2904 r3033 198 198 void Pawn::death() 199 199 { 200 this->setHealth(1); 200 201 if (this->getGametype() && this->getGametype()->allowPawnDeath(this, this->lastHitOriginator_)) 201 202 { … … 214 215 this->deatheffect(); 215 216 } 216 else217 this->setHealth(1);218 217 } 219 218
Note: See TracChangeset
for help on using the changeset viewer.