Changeset 6671 in orxonox.OLD for trunk/src/world_entities/weapons/cannon.cc
- Timestamp:
- Jan 24, 2006, 2:52:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/cannon.cc
r6517 r6671 81 81 this->setStateDuration(WS_DEACTIVATING, .4); 82 82 83 this->set MaximumEnergy(100, 20);83 this->setEnergyMax(100); 84 84 this->increaseEnergy(100); 85 85 //this->minCharge = 2;
Note: See TracChangeset
for help on using the changeset viewer.