Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Pather Interest tooltip does not display negative values  (Read 259 times)

Wyvern

  • Admiral
  • *****
  • Posts: 3803
    • View Profile
Pather Interest tooltip does not display negative values
« on: May 28, 2023, 02:49:31 PM »

Negative values do work, at least... but it would be nice if the tooltip filters to only show items where pather interest is not equal to zero, instead of filtering to show items where pather interest is greater than zero.
Logged
Wyvern is 100% correct about the math.

Wyvern

  • Admiral
  • *****
  • Posts: 3803
    • View Profile
Re: Pather Interest tooltip does not display negative values
« Reply #1 on: March 03, 2024, 11:48:37 AM »

This is still an issue in Starsector 0.97, and could be trivially fixed by changing line 374 of com.fs.starfarer.api.impl.campaign.intel.bases.LuddicPathCellsIntel to check for score != 0, instead of the current check for score > 0.
Logged
Wyvern is 100% correct about the math.