Changeset 5828 in orxonox.OLD for trunk/src/world_entities/weapons/cannon.cc
- Timestamp:
- Nov 30, 2005, 12:14:15 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/cannon.cc
r5819 r5828 83 83 this->setStateDuration(WS_DEACTIVATING, .4); 84 84 85 this->setMaximumEnergy(100, 1);86 this->increaseEnergy( 30);85 this->setMaximumEnergy(100, 20); 86 this->increaseEnergy(100); 87 87 //this->minCharge = 2; 88 88
Note: See TracChangeset
for help on using the changeset viewer.