mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
#973 - use ship battleground for favorable winds
This commit is contained in:
parent
f8e13d4c0d
commit
4205701f96
@ -124,10 +124,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"favorable_winds": {
|
||||
"graphics": "CMBKFW.BMP",
|
||||
"isSpecial" : true
|
||||
},
|
||||
"cursed_ground": {
|
||||
"graphics": "CMBKCUR.BMP",
|
||||
"isSpecial" : true,
|
||||
|
@ -970,7 +970,7 @@
|
||||
"favorableWinds" : {
|
||||
"index" :225,
|
||||
"handler": "terrain",
|
||||
"types" : { "object" : { "index" : 0, "battleground": "favorable_winds" } }
|
||||
"types" : { "object" : { "index" : 0, "battleground": "ship" } }
|
||||
},
|
||||
"fieryFields": {
|
||||
"index" :226,
|
||||
|
Loading…
Reference in New Issue
Block a user