1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-17 20:58:07 +02:00

Merge pull request #4782 from Olegmods/develop

Ship obstacles fix
This commit is contained in:
Ivan Savenko 2024-10-16 15:08:02 +03:00 committed by GitHub
commit 44963f991b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -162,5 +162,5 @@
159, 160, 161, 162, 163,
176, 177, 178, 179, 180]
},
"ship": { "graphics" : "CMBKDECK.BMP" }
"ship": { "graphics" : "CMBKDECK.BMP", "isSpecial" : true}
}

View File

@ -538,7 +538,7 @@
},
"55":
{
"allowedTerrains" : ["water"],
"specialBattlefields" : ["ship"],
"width" : 3,
"height" : 3,
"blockedTiles" : [-15, -16, -33],