Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: PSA: Tag star systems with "sun_sl_hidden" to hide them from starship legends  (Read 751 times)

Sundog

  • Admiral
  • *****
  • Posts: 1727
    • View Profile

Starship legends now has missions that lead to random star systems. It automatically won't choose systems with hidden markets (myMarket.isHidden()), but to manually prevent it from choosing a system as a mission destination, you can add the tag "sun_sl_hidden" like this:
Code: java
myStarSystem.addTag("sun_sl_hidden");
The tag "hidden" also works, but I might remove that at some point if unwanted overlap ever occurs.