Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10503


Ignore:
Timestamp:
May 27, 2015, 4:26:20 PM (9 years ago)
Author:
meggiman
Message:

Changed Speed of Bomb to 600 and reduced flying time to 2.5 seconds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc

    r10455 r10503  
    1919        RegisterClass(GravityBombFire);
    2020
    21         const float GravityBombFire::BOMB_VELOCITY = 400.0; ///< The velocity of the bomb after launch
     21        const float GravityBombFire::BOMB_VELOCITY = 600.0; ///< The velocity of the bomb after launch
    2222
    2323        GravityBombFire::GravityBombFire(Context* context) : WeaponMode(context)
Note: See TracChangeset for help on using the changeset viewer.