Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2015, 6:49:54 PM (8 years ago)
Author:
fvultier
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/fabienHS15/src/modules/weapons/munitions/LaserMunition.cc

    r10791 r10878  
    4646        this->maxMunitionPerMagazine_ = 20;
    4747        this->maxMagazines_ = 10;
    48         this->magazines_ = 10;
     48        this->unassignedMagazines_ = 10;
    4949
    5050        this->deployment_ = MunitionDeployment::Separate;
     
    5353        this->bAllowMultiMunitionRemovementUnderflow_ = true;
    5454
    55         this->replenishInterval_ = 0.5f;
     55        this->replenishInterval_ = 7.0f;
    5656        this->replenishAmount_ = 1;
    5757
Note: See TracChangeset for help on using the changeset viewer.