Can someone p,lease explain this from the .46 patch notes:
fix issues with priority diversity bonus tip
Re Patch Notes - confused
-
- Posts: 32
- Joined: Thu Jun 08, 2023 10:13 pm
Re: Re Patch Notes - confused
this was reported on the discord, seems like a match to me:
https://discord.com/channels/4627695508 ... 2896051201icecold2897 wrote: All priorities from Oppression downwards, with the exception of Military, which was recently pushed down, don't seem to receive diversity bonuses from other priorities, or at least that's what the tooltip states. According to the total bonus shown in the column to the right, and checking the values of the actual IPs/month they receive, it seems to be just a display issue.
Checking the code, the cause seems to be that within ``PriorityListItemController.priorityTipStr``, the string that tells the player that the priority is getting a bonus from diversity is appended conditionally only if the priority itself can produce a diversity bonus. To fix that, the two strings should have separate checks, and not be bound together.