fix museum terrains

This commit is contained in:
Enno Rehling 2015-09-13 10:05:52 +02:00
parent 2dcd69cb46
commit 1122bb70a4
1 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@
}
},
"hell": {
"flags": [ "land", "walk" ]
"flags": [ "walk" ]
},
"hall1": {
"flags": [ "land", "walk", "sail" ]
@ -282,7 +282,7 @@
"flags": [ "land", "walk", "sail" ]
},
"wall1": {
"flags": [ "forbidden" ]
"flags": [ "forbidden", "land" ]
},
"default": {
"size": 0,