Changed name of Rigidel option

This commit is contained in:
Daniël van Noord
2021-03-19 17:44:24 +01:00
parent 823d12fa70
commit a4e2b9f68c
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ import ColourOfPP from './ColourOfPP';
function CacheColor(target, amount) {
Object.keys(target).forEach((i) => {
if (CMOptions.PPRigidelMode && amount === 1) {
target.color = ColorGray;
target[i].color = ColorGray;
return;
}
target[i].color = ColourOfPP(

View File

@@ -224,7 +224,7 @@ const Config = {
PPRigidelMode: new SettingStandard(
'bool',
'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',
true,
),