mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Merge pull request #4796 from nickhuang99/develop
Building dependence of Unicorn Glide in Rampart should include Dendro…
This commit is contained in:
commit
f13b5da687
@ -199,7 +199,7 @@
|
||||
"dwellingLvl3": { "id" : 32, "requires" : [ "dwellingLvl1" ] },
|
||||
"dwellingLvl4": { "id" : 33, "requires" : [ "dwellingLvl3" ] },
|
||||
"dwellingLvl5": { "id" : 34, "requires" : [ "dwellingLvl3" ] },
|
||||
"dwellingLvl6": { "id" : 35, "requires" : [ "allOf", [ "dwellingLvl3" ], [ "dwellingLvl4" ] ] },
|
||||
"dwellingLvl6": { "id" : 35, "requires" : [ "allOf", [ "dwellingLvl4" ], [ "dwellingLvl5" ] ] },
|
||||
"dwellingLvl7": { "id" : 36, "requires" : [ "allOf", [ "dwellingLvl6" ], [ "mageGuild2" ] ] },
|
||||
|
||||
"dwellingUpLvl1": { "id" : 37, "upgrades" : "dwellingLvl1" },
|
||||
|
Loading…
Reference in New Issue
Block a user