You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Every time an uncivilised nation westernises, they become unable to build infantry. This can be fixed by reloading the game. However since this bug affects the AI as well, if the player doesn't reload their game it can result in westernised AI nations like Japan unable to build proper armies.
To Reproduce
Westernise as any uncivilised nation or wait until an unciv westernises and then tag switch to them. Open the military tab and you'll see that you can't build infantry. Reload the game to fix the bug.
Expected behavior
Westernised nations should be able to build infantry.
Additional context
It looks like the cause of this bug is that infantry is now activated through the flintlock_rifle_armament invention instead of the flintlock_rifles technology like it was done in the past. Moving activate_unit = infantry back to flintlock_rifles solves this problem however I understand this change happened in order to fix a vanilla bug.
The text was updated successfully, but these errors were encountered:
* Separated Finnish and Sami from Scandinavian culture group and Ugric from the East Slavic and joined them in the Finno-Ugric culture group. Adapted the Russian decision to integrate Finland to include Scandinavia as one of the potential countries that can integrate Finland. Closes#87
* Small localization fixes.
* Slight increased the effects of the Dissolving the upper house decisions.
* Made the Propaganda decision money requirement scale with population.
* Removed duplicate decisions to release Galicia-Lodomeria for AI Austria. Improved the Bukovina decision that does the same.
* Fix uncivs not being able to build infantry after westernization due to a fix for the vanilla bug that locks created ships in ports. Closes#92
* Adapted one of the Muslim decisions to apply the jizya tax modifier if the country is missing the modifier. Fixed the decision so it only applies to Muslims. Closes#91
* Changed to the UK Liberal party by @uk Liberal Party by @Libeccio-DD - #85
* Added missing localization to reactionary rebels. By @Libeccio-DD - #90
* Made propaganda costs scale with population.
System Information:
Describe the bug
Every time an uncivilised nation westernises, they become unable to build infantry. This can be fixed by reloading the game. However since this bug affects the AI as well, if the player doesn't reload their game it can result in westernised AI nations like Japan unable to build proper armies.
To Reproduce
Westernise as any uncivilised nation or wait until an unciv westernises and then tag switch to them. Open the military tab and you'll see that you can't build infantry. Reload the game to fix the bug.
Expected behavior
Westernised nations should be able to build infantry.
Additional context
It looks like the cause of this bug is that infantry is now activated through the
flintlock_rifle_armament
invention instead of theflintlock_rifles
technology like it was done in the past. Movingactivate_unit = infantry
back toflintlock_rifles
solves this problem however I understand this change happened in order to fix a vanilla bug.The text was updated successfully, but these errors were encountered: