-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass Chosen abilities descriptions through XEXPAND #1096
Comments
Modified `UIChosenReveal` and `UIChosenInfo` so that the strength and weakness descriptions are passed through `ExpandString()`. Fixes X2CommunityCore#1096.
I originally pointed three places where descriptions needed to be expanded. But Peter's PR made change in only two places. And then Iridar's reimplementation left changes only in one place. I may be missing something but I am confused as to why. It was a long time since I looked into specifics of this, but AFAIR these three places are separate "screens", so to speak. And currently only one of these displays tags properly, so I believe this issue was closed prematurely. |
You are correct. Currently only the |
Similar to what was done in #566 for sitreps description, can Chosen strengths/weakness descriptions get the same change? Namely, changing using AbilityTemplate.LocLongDescription to its expanded version.
I believe it is needed in the following places:
UIChosenInfo - lines 150, 168;
UIChosenLevelUp - line 59;
UIChosenReveal - lines 55, 68.
The text was updated successfully, but these errors were encountered: