- Timestamp:
- Dec 15, 2008, 11:39:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2447 r2479 108 108 SUPER(Pawn, tick, dt); 109 109 110 this->health_ -= 15 * dt * rnd();111 112 110 if (this->health_ <= 0) 113 111 this->death();
Note: See TracChangeset
for help on using the changeset viewer.