Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 4:06:56 PM (18 years ago)
Author:
bensch
Message:

health

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/laser.cc

    r6825 r7077  
    4444  this->loadModel("models/projectiles/laser.obj");
    4545
    46   this->setMinEnergy(1);
     46  this->setMinEnergy(10);
    4747  this->setHealthMax(10);
    4848  this->lifeSpan = 5.0;
     
    9090    Laser::explosionParticles->setColor(1.0, .8,.8,.7,.0);
    9191  }
     92
     93  this->setHealth(10);
    9294}
    9395
Note: See TracChangeset for help on using the changeset viewer.