grubs max
This commit is contained in:
parent
6c0e6dc91b
commit
24e29cc4e3
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -833,7 +833,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
|||
}
|
||||
if (i === "grubsCollected") LogMissingGrubs();
|
||||
textPrefix += ": " + countTotal;
|
||||
(amount >= dataObject[i][2]) ? CurrentDataTrue(): CurrentDataBlank();
|
||||
(amount >= dataObject[i].max) ? CurrentDataTrue(): CurrentDataBlank();
|
||||
break;
|
||||
case "geoPool":
|
||||
case "rancidEggs":
|
||||
|
|
|
|||
Loading…
Reference in a new issue