Fixed linting issues
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
export default function GetCPSBuffMult() {
|
||||
let mult = 1;
|
||||
Object.keys(Game.buffs).forEach((i) => {
|
||||
if (typeof Game.buffs[i].multCpS !== 'undefined')
|
||||
mult *= Game.buffs[i].multCpS;
|
||||
if (typeof Game.buffs[i].multCpS !== 'undefined') mult *= Game.buffs[i].multCpS;
|
||||
});
|
||||
return mult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user