Changeset 8983 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jul 1, 2006, 4:12:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r8777 r8983 32 32 33 33 #include "fast_factory.h" 34 35 36 using namespace std;37 34 38 35 CREATE_FACTORY(TestGun, CL_TEST_GUN); … … 123 120 this->setStateDuration(WS_DEACTIVATING, .4); 124 121 125 this->setEnergyMax(10000 0);126 this->increaseEnergy(1000 00);122 this->setEnergyMax(10000); 123 this->increaseEnergy(1000); 127 124 //this->minCharge = 2; 128 125 … … 133 130 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL); 134 131 this->setProjectileType(CL_LASER); 135 this->prepareProjectiles( 20);132 this->prepareProjectiles(100); 136 133 137 134 }
Note: See TracChangeset
for help on using the changeset viewer.