1
0
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:
Andrii Danylchenko 2022-09-24 15:04:11 +03:00 committed by Andrii Danylchenko
parent f8e13d4c0d
commit 4205701f96
2 changed files with 1 additions and 5 deletions

View File

@ -124,10 +124,6 @@
}
]
},
"favorable_winds": {
"graphics": "CMBKFW.BMP",
"isSpecial" : true
},
"cursed_ground": {
"graphics": "CMBKCUR.BMP",
"isSpecial" : true,

View File

@ -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,