- Timestamp:
- Dec 23, 2008, 10:40:38 PM (16 years ago)
- Location:
- code/branches/bugger
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/bugger
- Property svn:mergeinfo changed
/code/branches/questsystem2 (added) merged: 2109,2146,2159,2191,2193-2196,2205-2206,2208-2209,2221,2226,2228,2251,2258
- Property svn:mergeinfo changed
-
code/branches/bugger/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2479 r2530 106 106 void Pawn::tick(float dt) 107 107 { 108 this->health_ -= dt * rnd() * 150; 109 108 110 SUPER(Pawn, tick, dt); 109 111
Note: See TracChangeset
for help on using the changeset viewer.