1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Fix missing obstacles on subterranean terrain

This commit is contained in:
Ivan Savenko 2023-01-19 23:38:10 +02:00
parent 785a9aadcd
commit 8149cd6173

View File

@ -21,7 +21,7 @@
},
"snow_mountains": { "graphics" : "CMBKSNMT.BMP" },
"snow_trees": { "graphics" : "CMBKSNTR.BMP" },
"subterranean": { "graphics" : "CMBKSUB.BMP", "isSpecial" : true },
"subterranean": { "graphics" : "CMBKSUB.BMP" },
"swamp_trees": { "graphics" : "CMBKSWMP.BMP" },
"fiery_fields": {
"graphics": "CMBKFF.BMP",