Skip to content

Commit

Permalink
Black dragons only have one tile #189
Browse files Browse the repository at this point in the history
  • Loading branch information
rafdulaf committed Jan 22, 2024
1 parent a284fce commit c2bceb5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Batman/engine/Version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.24.13"
"version": "0.25.0"
}
2 changes: 1 addition & 1 deletion Batman/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script>
Application = "Batman";
Languages = ["fr", "en"];
const required = {"fr": 25, "en": 22, "it": 13};
const required = {"it": 13, "fr": 25, "en": 22};

var oldExtensionValue = JSON.parse(localStorage.getItem("Batman_Extensions"));
if (oldExtensionValue)
Expand Down
2 changes: 1 addition & 1 deletion Conan/data/tiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@
"model": "black-dragons",
"origins": ["blackdragons"],

"count": 2
"count": 1
},

{
Expand Down
2 changes: 1 addition & 1 deletion Conan/engine/Version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.24.13"
"version": "0.25.0"
}
2 changes: 1 addition & 1 deletion Conan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script>
Application = "Conan";
Languages = ["fr", "en", "it"];
const required = {"fr": 43, "en": 43, "it": 43};
const required = {"it": 43, "fr": 43, "en": 43};

// Old data conversion
["Extensions", "Language", "StudioTiles", "StudioHeroSheets", "StudioSpellCards", "StudioEquipmentCards", "Audience"].forEach(function(id) {
Expand Down

0 comments on commit c2bceb5

Please sign in to comment.