Kitteh6660 / Corruption-of-Champions-Mod

CoC source from fenoxo, modded by Kitteh6660
228 stars 97 forks source link

Replaced most instances of monster.doAI(); with getGame().combat.enemyTurn(); #1468

Closed ElsaTheHobo closed 4 years ago

ElsaTheHobo commented 4 years ago

This should fix the player using certain special actions during battles with multiple enemies, particularly: First monster taking their turn despite being downed (Can be seen by using an item after downing the Minotaur king) Other monsters not taking their turn despite being alive (Can also be seen by using an item during the Minotaur king fight, Excellia will not "stand and watch" or do her lust attack)

brrritssocold commented 4 years ago

Please rebase this PR on the master branch, the CI build was fixed in PR #1472. Please let me know if you require assistance in doing so.

ElsaTheHobo commented 4 years ago

i think i figured it out