Changeset 10715 for code/branches/fabienHS15/src/modules/weapons
- Timestamp:
- Oct 27, 2015, 9:08:40 PM (9 years ago)
- Location:
- code/branches/fabienHS15/src/modules/weapons/munitions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/weapons/munitions/IceMunition.cc
r10713 r10715 49 49 this->deployment_ = MunitionDeployment::Stack; 50 50 51 this->bAllowMunitionRefilling_ = false;51 this->bAllowMunitionRefilling_ = true; 52 52 this->bAllowMultiMunitionRemovementUnderflow_ = false; 53 53 -
code/branches/fabienHS15/src/modules/weapons/munitions/RocketMunition.cc
r10713 r10715 49 49 this->deployment_ = MunitionDeployment::Stack; 50 50 51 this->bAllowMunitionRefilling_ = false;51 this->bAllowMunitionRefilling_ = true; 52 52 this->bAllowMultiMunitionRemovementUnderflow_ = false; 53 53 -
code/branches/fabienHS15/src/modules/weapons/munitions/SplitMunition.cc
r10713 r10715 43 43 RegisterObject(SplitMunition); 44 44 45 this->maxMunitionPerMagazine_ = 1;46 this->maxMagazines_ = 10 0;47 this->magazines_ = 25;45 this->maxMunitionPerMagazine_ = 5; 46 this->maxMagazines_ = 10; 47 this->magazines_ = 5; 48 48 49 this->deployment_ = MunitionDeployment::S tack;49 this->deployment_ = MunitionDeployment::Share; 50 50 51 51 this->bAllowMunitionRefilling_ = true;
Note: See TracChangeset
for help on using the changeset viewer.