Changeset 6700 in orxonox.OLD for trunk/src/world_entities/projectiles/guided_missile.cc
- Timestamp:
- Jan 25, 2006, 3:10:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/guided_missile.cc
r6637 r6700 41 41 42 42 this->setMinEnergy(1); 43 this->set MaxEnergy(10);43 this->setHealthMax(10); 44 44 this->lifeSpan = 10.0; 45 45 this->agility = 5;
Note: See TracChangeset
for help on using the changeset viewer.