Changeset 7076 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Feb 7, 2006, 3:46:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/hyperblaster.cc
r7045 r7076 69 69 this->setStateDuration(WS_DEACTIVATING, .8); 70 70 71 this->setEnergyMax( 10);72 this->increaseEnergy( 10);71 this->setEnergyMax(5000); 72 this->increaseEnergy(5000); 73 73 //this->minCharge = 2; 74 74
Note: See TracChangeset
for help on using the changeset viewer.