-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The new "No-Drop Zone" location is not handled because it isn't categorized as any of the existing location types (e.g. ShipEquipment, Ships, Bar, HQ, etc.). This causes the following warning when loading a ".smr" file:
Location type failed for: No-Drop Zone
which is due to the lack of a type in the [Locations] section in the ".smr" file:
No-Drop Zone=
We could either put a dummy type into the ".smr" file writer, or we could omit the warning when a type is missing in the Location.putLocation method here.
Metadata
Metadata
Assignees
Labels
No labels