Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8983 in orxonox.OLD for trunk/src/world_entities/weapons


Ignore:
Timestamp:
Jul 1, 2006, 4:12:44 PM (18 years ago)
Author:
bensch
Message:

blend-stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/test_gun.cc

    r8777 r8983  
    3232
    3333#include "fast_factory.h"
    34 
    35 
    36 using namespace std;
    3734
    3835CREATE_FACTORY(TestGun, CL_TEST_GUN);
     
    123120  this->setStateDuration(WS_DEACTIVATING, .4);
    124121
    125   this->setEnergyMax(100000);
    126   this->increaseEnergy(100000);
     122  this->setEnergyMax(10000);
     123  this->increaseEnergy(1000);
    127124  //this->minCharge = 2;
    128125
     
    133130  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL);
    134131  this->setProjectileType(CL_LASER);
    135   this->prepareProjectiles(20);
     132  this->prepareProjectiles(100);
    136133
    137134}
Note: See TracChangeset for help on using the changeset viewer.