Prowl is a Keyword now

This commit is contained in:
Hanmac
2018-09-02 14:45:56 +02:00
parent a1ebb1f3df
commit 6ec0dd49d7
8 changed files with 45 additions and 60 deletions

View File

@@ -812,8 +812,7 @@ public class AiController {
}
// use Surge and Prowl costs when able to
if (sa.isSurged() ||
(sa.getRestrictions().getProwlTypes() != null && !sa.getRestrictions().getProwlTypes().isEmpty())) {
if (sa.isSurged() || sa.isProwl()) {
p += 9;
}
// sort planeswalker abilities with most costly first