- RemAIDeck update: next iteration (cards that grant continuous bonuses until untapped).

This commit is contained in:
Agetian
2017-10-05 04:45:22 +00:00
parent 52605f6a4a
commit f7746a0da6
11 changed files with 30 additions and 21 deletions

View File

@@ -348,6 +348,9 @@ public class PumpAi extends PumpAiBase {
if (stAb.hasParam("AddToughness")) {
defense += AbilityUtils.calculateAmount(source, stAb.getParam("AddToughness"), stAb);
}
if (stAb.hasParam("AddKeyword")) {
keywords.addAll(Lists.newArrayList(stAb.getParam("AddKeyword").split(" & ")));
}
}
}
}