Changeset 6700 in orxonox.OLD for trunk/src/world_entities/projectiles/laser.cc
- Timestamp:
- Jan 25, 2006, 3:10:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/laser.cc
r6695 r6700 47 47 48 48 this->setMinEnergy(1); 49 this->set MaxEnergy(10);49 this->setHealthMax(10); 50 50 this->lifeSpan = 5.0; 51 51
Note: See TracChangeset
for help on using the changeset viewer.