Skip to content

Commit e2fd821

Browse files
authored
Fixed config issue for partners; mapfix (#10215)
1 parent a9e37f7 commit e2fd821

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

forge-gui/res/adventure/Realm of Legends/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"screenHeight": 270,
44
"skin": "skin/ui_skin.json",
55
"playerBaseSpeed": 60,
6-
"minDeckSize": 99,
6+
"minDeckSize": 98,
77
"colorIds":["W","U","B","R","G"],
88
"colorIdNames":["tr(lblWhite) [+W]","tr(lblBlue) [+U]","tr(lblBlack) [+B]","tr(lblRed) [+R]","tr(lblGreen) [+G]"],
99
"restrictedCards": [

forge-gui/res/adventure/Realm of Legends/maps/map/cave/Arzakons_Fortress.tmx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"type": "card",
9191
"count": 1,
9292
"cardName": "Call from the Grave",
93-
"editions": [ "PAST" ]
93+
"editions": [ "PAST" ]
9494
},
9595
{
9696
"type": "card",
@@ -116,11 +116,6 @@
116116
"type": "card",
117117
"count": 1,
118118
"cardName": "Gem Bazaar"
119-
},
120-
{
121-
"type": "card",
122-
"count": 1,
123-
"cardName": "X"
124119
}]</property>
125120
</properties>
126121
</object>

0 commit comments

Comments
 (0)