Skip to content

Commit

Permalink
Merge pull request #389 from Catavasiya/patch-1
Browse files Browse the repository at this point in the history
AT's "LostScull" collectible-objects added in advCollections array
  • Loading branch information
fedorovvl authored Aug 16, 2024
2 parents 0f8103e + ab3c0ff commit 600e98c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions client/files/content/scripts/0-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,11 @@ function highlightProceed(isUpdate)
"ruinAncientLibrary_01",
"ruinAncientLibrary_02_a",
"ruinAncientLibrary_02_b",
"ruinAncientLibrary_02"
"ruinAncientLibrary_02",
"ruinAncientLibrary_02_tls3",
"ruinAncientLibrary_02_tls4",
"ruinAncientLibrary_02_tls5",
"ruinAncientLibrary_01_tls6"
];
game.def("global").buildingGroup.mGOList_vector.filter(function(item) {
try {
Expand Down Expand Up @@ -979,4 +983,4 @@ if(dropboxApiKey != null && expZone == null) {
dropbox = new Dropbox(dropboxApiKey, window.atob(dropboxApiRefresh));
dropbox.init();
}
disableEffectSounds();
disableEffectSounds();

0 comments on commit 600e98c

Please sign in to comment.