fluffy-mods / AreaUnlocker

remove the arbitrary limit on allowed areas.
Other
6 stars 4 forks source link

Automated bookkeeping areas from other mods are visible with Area Unlocker but not in vanilla. #10

Open joshuafcole opened 3 years ago

joshuafcole commented 3 years ago

See linked discussion on PRF issue: https://github.com/zymex22/Project-RimFactory-Revived/issues/340

Urgency

Very low -- just causes extra useless entries in the area list.

Problem description PRF Uses a custom area type for tracking the areas their drones should manage. These areas are normally not visible in the areas list, but Area Unlocker makes them visible.

Describe the solution The visibility check right now only checks area.Mutable Perhaps we can add another check to ensure they're a default allowed area rather than a custom modded area subclass?

Alternatives We discussed making the areas immutable on the PRF side, but that doesn't fly since they need to be deleted if the drones-wielding machines are moved or destroyed.