Changeset 9002 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jul 2, 2006, 12:47:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r8984 r9002 120 120 this->setStateDuration(WS_DEACTIVATING, .4); 121 121 122 this->setEnergyMax(1000 );123 this->increaseEnergy(1000 );122 this->setEnergyMax(10000); 123 this->increaseEnergy(10000); 124 124 //this->minCharge = 2; 125 125
Note: See TracChangeset
for help on using the changeset viewer.