grubs max

This commit is contained in:
ReznoRMichael 2021-02-10 16:26:05 +01:00
parent 6c0e6dc91b
commit 24e29cc4e3
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -833,7 +833,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
} }
if (i === "grubsCollected") LogMissingGrubs(); if (i === "grubsCollected") LogMissingGrubs();
textPrefix += ": " + countTotal; textPrefix += ": " + countTotal;
(amount >= dataObject[i][2]) ? CurrentDataTrue(): CurrentDataBlank(); (amount >= dataObject[i].max) ? CurrentDataTrue(): CurrentDataBlank();
break; break;
case "geoPool": case "geoPool":
case "rancidEggs": case "rancidEggs":