1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-07 15:10:43 +02:00

[832] Fix water ambient sound

This commit is contained in:
nordsoft 2022-09-05 21:43:07 +04:00
parent 355df51033
commit e20b1e275b

View File

@ -113,7 +113,10 @@
"battleFields" : ["ship"], "battleFields" : ["ship"],
"transitionRequired" : true, "transitionRequired" : true,
"terrainViewPatterns" : "water", "terrainViewPatterns" : "water",
"horseSoundId" : 8 "horseSoundId" : 8,
"sounds": {
"ambient": ["LOOPOCEA"]
}
}, },
"rock" : "rock" :
{ {