Changeset 7095 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Feb 7, 2006, 5:36:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r7084 r7095 123 123 this->setStateDuration(WS_DEACTIVATING, .4); 124 124 125 this->setEnergyMax(1000 );126 this->increaseEnergy(1000 );125 this->setEnergyMax(100000); 126 this->increaseEnergy(100000); 127 127 //this->minCharge = 2; 128 128
Note: See TracChangeset
for help on using the changeset viewer.