Changeset 6671 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc
- Timestamp:
- Jan 24, 2006, 2:52:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r6512 r6671 122 122 this->setStateDuration(WS_DEACTIVATING, .4); 123 123 124 this->set MaximumEnergy(1000, 100);124 this->setEnergyMax(1000); 125 125 this->increaseEnergy(1000); 126 126 //this->minCharge = 2;
Note: See TracChangeset
for help on using the changeset viewer.