Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 1, 2015, 9:59:28 PM (9 years ago)
Author:
landauf
Message:

made projectiles slower (and all have the same speed now). makes it possible to dodge a projectile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/weapons/weaponmodes/HsW01.cc

    r10290 r10294  
    5858        this->reloadTime_ = 0.25f;
    5959        this->damage_ = 0.0f; //default 15
    60         this->speed_ = 2500.0f;
     60        this->speed_ = 750.0f;
    6161        this->delay_ = 0.0f;
    6262        this->setMunitionName("LaserMunition");
Note: See TracChangeset for help on using the changeset viewer.