- KLD Fixes (incl. small change to "can't crew Vehicles" to match Revoke Privileges text)

This commit is contained in:
Sol
2016-09-21 18:53:27 +00:00
parent ce17927d55
commit e63a0b3bcf
5 changed files with 5 additions and 5 deletions

View File

@@ -1095,7 +1095,7 @@ public class HumanCostDecision extends CostDecisionMakerBase {
typeList = CardLists.filter(typeList, Presets.UNTAPPED);
if (ability.hasParam("Crew")) {
typeList = CardLists.getNotKeyword(typeList, "CARDNAME can't crew a vehicle");
typeList = CardLists.getNotKeyword(typeList, "CARDNAME can't crew Vehicles.");
}
if (c == null && !amount.equals("Any")) {