Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2006, 7:40:07 PM (18 years ago)
Author:
marcscha
Message:

multiple weapons, crosshair visibility → changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/projectiles/bolt.cc

    r9979 r9998  
    4343  this->loadModel("models/projectiles/bolt.obj");   //!< Model not yet in repo
    4444
    45   this->setMinEnergy(10);
     45  this->setMinEnergy(1);
    4646  this->setHealthMax(0);
    4747  this->lifeSpan = 5.0;
     
    9090  }
    9191
    92   this->setDamage(20);
     92  this->setDamage(5);
    9393  this->setHealth(0);
    9494}
Note: See TracChangeset for help on using the changeset viewer.