blank geo rocks and interactables

This commit is contained in:
ReznoRMichael 2021-07-27 17:01:28 +02:00
parent 3891e9a077
commit d3fe74fb81
3 changed files with 5 additions and 5 deletions

View file

@ -1084,7 +1084,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
dataObject[i].activated = activated;
/* textPrefix += `: ${notActivated} | ${activated} | ${discoveredTotal}`; */
CurrentDataTrue(section, i);
CurrentDataBlank(section, i);
break;
case "itemsDiscovered":
@ -1096,7 +1096,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
dataObject[i].activated = activated;
/* textPrefix += `: ${notActivated} | ${activated} | ${discoveredTotal}`; */
CurrentDataTrue(section, i);
CurrentDataBlank(section, i);
break;
case "shopkeeperKey":

File diff suppressed because one or more lines are too long

View file

@ -1202,7 +1202,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
dataObject[i].activated = activated;
/* textPrefix += `: ${notActivated} | ${activated} | ${discoveredTotal}`; */
CurrentDataTrue(section, i);
CurrentDataBlank(section, i);
break;
case "itemsDiscovered":
@ -1216,7 +1216,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
dataObject[i].activated = activated;
/* textPrefix += `: ${notActivated} | ${activated} | ${discoveredTotal}`; */
CurrentDataTrue(section, i);
CurrentDataBlank(section, i);
break;
case "shopkeeperKey":