mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Fixed Dungeon horde1 was always shown upgraded
This commit is contained in:
parent
52e837bde3
commit
4b24bea196
@ -171,7 +171,7 @@
|
|||||||
|
|
||||||
"special1": { "id" : 17, "requires" : [ "marketplace" ] },
|
"special1": { "id" : 17, "requires" : [ "marketplace" ] },
|
||||||
"horde1": { "id" : 18, "upgrades" : "dwellingLvl1" },
|
"horde1": { "id" : 18, "upgrades" : "dwellingLvl1" },
|
||||||
"horde1Upgr": { "id" : 19, "upgrades" : "dwellingUpLvl1", "requires" : [ "horde1" ], "mode" : "auto" },
|
"horde1Upgr": { "id" : 19, "upgrades" : "dwellingUpLvl1", "requires" : [ "allOf", [ "horde1" ], [ "dwellingUpLvl1" ] ], "mode" : "auto" },
|
||||||
"special2": { "id" : 21, "requires" : [ "mageGuild1" ] },
|
"special2": { "id" : 21, "requires" : [ "mageGuild1" ] },
|
||||||
"special3": { "id" : 22 },
|
"special3": { "id" : 22 },
|
||||||
"special4": { "id" : 23 },
|
"special4": { "id" : 23 },
|
||||||
|
Loading…
Reference in New Issue
Block a user