Changeset 7081 in orxonox.OLD for trunk/src/world_entities/projectiles/guided_missile.cc
- Timestamp:
- Feb 7, 2006, 4:31:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/guided_missile.cc
r7072 r7081 42 42 this->setMinEnergy(1); 43 43 this->setHealthMax(10); 44 this->lifeSpan = 10.0;44 this->lifeSpan = 4.0; 45 45 this->agility = 1; 46 46 this->maxVelocity = 75;
Note: See TracChangeset
for help on using the changeset viewer.