mage/Mage.Server.Plugins/Mage.Player.AI
Adonis Pujols 56eef2b563
Fixed Computer Player treating unprevented moves as unplayable.
(First time contributing so please excuse my noobness) Card not prevented by an effect should be playable ("&& !prevented"), but currently AI says card not prevented is NOT playable ("&& prevented"). Also, not sure why AI doesn't add to unplayable even though its not contained by playableInstants or playableNonInstants. I'm not even sure if we're maintaining ComputerPlayer's decision logic (as opposed to Computer Player7).
2020-01-01 14:44:45 -05:00
..
src/main/java/mage/player/ai Fixed Computer Player treating unprevented moves as unplayable. 2020-01-01 14:44:45 -05:00
pom.xml Prepare new release 2019-12-21 18:23:15 +04:00