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:
committed by
Andrii Danylchenko
parent
f8e13d4c0d
commit
4205701f96
@@ -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,
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user