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:
@@ -26,7 +26,9 @@
|
||||
"cannot_downgrade": true,
|
||||
"coordinates": [
|
||||
[ 45, 151 ],
|
||||
[ 55, 137 ]
|
||||
[ 55, 137 ],
|
||||
[ 94, 70 ], [ 95, 70 ],
|
||||
[ 137, 80 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 ]
|
||||
]
|
||||
},
|
||||
|
||||
@@ -26,7 +26,9 @@
|
||||
"cannot_downgrade": true,
|
||||
"coordinates": [
|
||||
[ 45, 151 ],
|
||||
[ 55, 137 ]
|
||||
[ 55, 137 ],
|
||||
[ 94, 70 ], [ 95, 70 ],
|
||||
[ 137, 80 ]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user