civfanatics / CQUI_Community-Edition

Civilization 6 mod - UI enhancements, reduce clicks and manage your empire faster!
MIT License
149 stars 28 forks source link

Can't purchase Nihang army/corp #355

Open tjdans7236 opened 1 year ago

tjdans7236 commented 1 year ago

Can't seem to be able to faith purchase Nihang armies and corps. When I turn off CQUI, it works again.

To Reproduce Steps to reproduce the behavior:

  1. Save file SEJONG 298 1854 AD.zip
  2. Try to purchase Nihang army/corp

Expected behavior Should be able to purchase armies and corps of Nihang.

Screenshots

nihang

General informations

Infixo commented 1 year ago

The fix is here https://github.com/Infixo/Civ6-CQUI-Lite/commit/ec8cd8565db04861c14ccb763c9c4e7d41517228

Infixo commented 1 year ago

@the-m4a @JamieNyanchi What is the easiest / simplest way to pull just one commit from another fork?

JamieNyanchi commented 1 year ago

I believe the easiest way is to use the "git cherry-pick" command. Or if you're using something like Github Desktop, then you could right click the commit you want and select "Cherry-pick commit..." and that should work the same. That should let you select just one commit to put in another branch, which you can then push elsewhere.