mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Fix up name of shield boost
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user