Fix up name of shield boost

This commit is contained in:
Cmdr McDonald
2016-11-04 22:34:08 +00:00
parent 6d6ef2a93e
commit b99fbf07f5
5 changed files with 12 additions and 24 deletions

View File

@@ -274,11 +274,11 @@ export default class Module {
}
/**
* Get the shield multiplier for this module, taking in to account modifications
* @return {Number} the shield multiplier of this module
* Get the shield boost for this module, taking in to account modifications
* @return {Number} the shield boost of this module
*/
getShieldMultiplier() {
return this._getModifiedValue('shieldmul');
getShieldBoost() {
return this._getModifiedValue('shieldboost');
}
/**
@@ -365,14 +365,6 @@ export default class Module {
return result;
}
/**
* Get the shield multiplier for this module, taking in to account modifications
* @return {Number} the shield multiplier of this module
*/
getShieldMul() {
return this._getModifiedValue('shieldmul');
}
/**
* Get the damage for this module, taking in to account modifications
* @return {Number} the damage of this module