1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix preexisting land ownership issues found by @HtotheTML

This commit is contained in:
Tulio Leao
2024-08-10 10:09:57 -03:00
parent b2b718f1cb
commit 1de7cdbb97
3 changed files with 11 additions and 2 deletions

View File

@@ -26,7 +26,9 @@
"cannot_downgrade": true,
"coordinates": [
[ 45, 151 ],
[ 55, 137 ]
[ 55, 137 ],
[ 94, 70 ], [ 95, 70 ],
[ 137, 80 ]
]
}
}

View File

@@ -4,6 +4,11 @@
"land_ownership": {
"available": {
"coordinates": [
[ 34, 60 ], [ 34, 61 ], [ 35, 60 ], [ 35, 61 ],
[ 48, 19 ], [ 48, 20 ],
[ 52, 15 ], [ 53, 15 ], [ 54, 15 ], [ 55, 15 ],
[ 52, 16 ], [ 53, 16 ], [ 54, 16 ], [ 55, 16 ],
[ 52, 17 ], [ 52, 18 ], [ 52, 19 ],
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ]
]
},

View File

@@ -26,7 +26,9 @@
"cannot_downgrade": true,
"coordinates": [
[ 45, 151 ],
[ 55, 137 ]
[ 55, 137 ],
[ 94, 70 ], [ 95, 70 ],
[ 137, 80 ]
]
}
}