Changeset 10229 in orxonox.OLD for branches/playability/src/world_entities/projectiles
- Timestamp:
- Jan 10, 2007, 6:47:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/spike_ball.cc
r10224 r10229 48 48 49 49 this->setMinEnergy(1); 50 this->setHealthMax( 0);50 this->setHealthMax(1); 51 51 this->lifeSpan = 1.0; 52 52 … … 76 76 this->weaponMan->addWeapon(cannon, 0, 0); 77 77 this->weaponMan->changeWeaponConfig(0); 78 79 this->weaponMan->getWeapon(0)->increaseEnergy(50); 78 80 } 79 81
Note: See TracChangeset
for help on using the changeset viewer.