Changeset 10724 for code/branches/fabienHS15/src/modules/weapons
- Timestamp:
- Oct 30, 2015, 7:51:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/weapons/munitions/LaserMunition.cc
r10713 r10724 43 43 RegisterObject(LaserMunition); 44 44 45 this->maxMunitionPerMagazine_ = 10;45 this->maxMunitionPerMagazine_ = 20; 46 46 this->maxMagazines_ = 10; 47 47 this->magazines_ = 10; … … 55 55 this->replenishMunitionAmount_ = 1; 56 56 57 this->reloadTime_ = 0. 8f;57 this->reloadTime_ = 0.5f; 58 58 } 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.