1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +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": { "cursed_ground": {
"graphics": "CMBKCUR.BMP", "graphics": "CMBKCUR.BMP",
"isSpecial" : true, "isSpecial" : true,

View File

@@ -970,7 +970,7 @@
"favorableWinds" : { "favorableWinds" : {
"index" :225, "index" :225,
"handler": "terrain", "handler": "terrain",
"types" : { "object" : { "index" : 0, "battleground": "favorable_winds" } } "types" : { "object" : { "index" : 0, "battleground": "ship" } }
}, },
"fieryFields": { "fieryFields": {
"index" :226, "index" :226,