Changeset 9213 in orxonox.OLD for branches/presentation/src/world_entities/projectiles
- Timestamp:
- Jul 5, 2006, 12:13:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/laser.cc
r9162 r9213 42 42 43 43 this->setMinEnergy(10); 44 this->setHealthMax( 10);44 this->setHealthMax(0); 45 45 this->lifeSpan = 5.0; 46 46 … … 88 88 } 89 89 90 this->setHealth(10); 90 this->setDamage(0); 91 this->setHealth(0); 91 92 } 92 93
Note: See TracChangeset
for help on using the changeset viewer.