forked from github/server
fix museum terrains
This commit is contained in:
parent
2dcd69cb46
commit
1122bb70a4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue