X2CommunityCore / X2WOTCCommunityHighlander

https://steamcommunity.com/workshop/filedetails/?id=1134256495
MIT License
60 stars 69 forks source link

Fix X2Effect_Brutal by using GetCurrentStat() instead of GetBaseStat() #1392

Closed boundir closed 2 months ago

boundir commented 2 months ago

Fixes #1389

Fixes Brutal effect by using GetCurrentStat() instead of GetBaseStat().

Iridar commented 2 months ago

Perfect, though a bit annoyingly I have to ask you to squish the last two commits together, so there's still one commit with adding new files, and one commit where the issue gets actually resolved. This can be done via $git rebase -i HEAD~2 git command.