Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7095 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc


Ignore:
Timestamp:
Feb 7, 2006, 5:36:27 PM (18 years ago)
Author:
bensch
Message:

should work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/test_gun.cc

    r7084 r7095  
    123123  this->setStateDuration(WS_DEACTIVATING, .4);
    124124
    125   this->setEnergyMax(1000);
    126   this->increaseEnergy(1000);
     125  this->setEnergyMax(100000);
     126  this->increaseEnergy(100000);
    127127  //this->minCharge = 2;
    128128
Note: See TracChangeset for help on using the changeset viewer.