Changeset 10758 in orxonox.OLD for branches/presentation/src/world_entities/projectiles
- Timestamp:
- Jun 21, 2007, 1:37:21 AM (18 years ago)
- Location:
- branches/presentation/src/world_entities/projectiles
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/hbolt.cc
r10747 r10758 51 51 this->setHealthMax(0); 52 52 this->lifeSpan = 3.0; 53 53 this->setDamage(10); 54 54 this->angle = 0; 55 55 // this->rotationSpeed = 600; … … 135 135 if (this->hitEntity != entity/* && entity->isA(NPC::staticClassID())*/ && entity->isA(ActionboxEnemy::staticClassID()) || entity == this->target) 136 136 this->destroy( entity ); 137 this->hitEntity = entity;137 // this->hitEntity = entity; 138 138 // dynamic_cast<SpaceShip*>(entity)->damage( this->getPhysDamage(), this->getElecDamage()); 139 139 this->deactivate(); -
branches/presentation/src/world_entities/projectiles/nadion_blast.cc
r10747 r10758 59 59 this->angle = 0; 60 60 61 this->setDamage(5); 62 61 63 //this->emitter = new DotEmitter(1000, 0, 0); 62 64 this->emitter = new DotEmitter(50, 0, 0); -
branches/presentation/src/world_entities/projectiles/plasma_pulse.cc
r10751 r10758 42 42 this->setMinEnergy(2); 43 43 this->setHealthMax(0); 44 this->setDamage(2); 44 45 this->lifeSpan = 2.0; 45 46 this->grid = new Billboard();
Note: See TracChangeset
for help on using the changeset viewer.