Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5828 in orxonox.OLD for trunk/src/world_entities/weapons/cannon.cc


Ignore:
Timestamp:
Nov 30, 2005, 12:14:15 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: bomb detonates

File:
1 edited

Legend:

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

    r5819 r5828  
    8383  this->setStateDuration(WS_DEACTIVATING, .4);
    8484
    85   this->setMaximumEnergy(100, 1);
    86   this->increaseEnergy(30);
     85  this->setMaximumEnergy(100, 20);
     86  this->increaseEnergy(100);
    8787  //this->minCharge = 2;
    8888
Note: See TracChangeset for help on using the changeset viewer.