Changed name of Rigidel option
This commit is contained in:
File diff suppressed because one or more lines are too long
2
dist/CookieMonster.js
vendored
2
dist/CookieMonster.js
vendored
File diff suppressed because one or more lines are too long
2
dist/CookieMonster.js.map
vendored
2
dist/CookieMonster.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -20,7 +20,7 @@ import ColourOfPP from './ColourOfPP';
|
|||||||
function CacheColor(target, amount) {
|
function CacheColor(target, amount) {
|
||||||
Object.keys(target).forEach((i) => {
|
Object.keys(target).forEach((i) => {
|
||||||
if (CMOptions.PPRigidelMode && amount === 1) {
|
if (CMOptions.PPRigidelMode && amount === 1) {
|
||||||
target.color = ColorGray;
|
target[i].color = ColorGray;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
target[i].color = ColourOfPP(
|
target[i].color = ColourOfPP(
|
||||||
|
|||||||
@@ -224,7 +224,7 @@ const Config = {
|
|||||||
PPRigidelMode: new SettingStandard(
|
PPRigidelMode: new SettingStandard(
|
||||||
'bool',
|
'bool',
|
||||||
'Calculation',
|
'Calculation',
|
||||||
["Don't Ignore Any", 'Ignore All Buy 1 Options'],
|
['Rigidel Mode OFF', 'Rigidel Mode ON'],
|
||||||
'Makes CookieMonster ignore all "buy 1" options when colouring PP in order to stay at a total building count ending in 10 for pantheon god Rigidel',
|
'Makes CookieMonster ignore all "buy 1" options when colouring PP in order to stay at a total building count ending in 10 for pantheon god Rigidel',
|
||||||
true,
|
true,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user