mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
Remove unwanted contract creation locations (#100)
* Fix contract creation locations * allow mamushi contract creation * Update destinations.ts Signed-off-by: Reece Dunham <me@rdil.rocks> --------- Signed-off-by: Reece Dunham <me@rdil.rocks> Co-authored-by: Reece Dunham <me@rdil.rocks>
This commit is contained in:
parent
1d1e359b3a
commit
a551d30067
@ -175,6 +175,13 @@ export function createLocationsData(
|
||||
}
|
||||
|
||||
for (const sublocationId of allSublocationIds) {
|
||||
if (
|
||||
sublocationId === "LOCATION_TRAPPED_WOLVERINE" ||
|
||||
sublocationId.includes("SNUG")
|
||||
) {
|
||||
continue
|
||||
}
|
||||
|
||||
const sublocation = locData.children[sublocationId]
|
||||
const parentLocation =
|
||||
locData.parents[sublocation.Properties.ParentLocation]
|
||||
|
Loading…
Reference in New Issue
Block a user