- 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

@@ -508,7 +508,7 @@ public class ComputerUtil {
CardLists.getValidCards(all, type.split(";"), activate.getController(), activate, sa);
if (sa.hasParam("Crew")) {
typeList = CardLists.getNotKeyword(typeList, "CARDNAME can't crew a vehicle");
typeList = CardLists.getNotKeyword(typeList, "CARDNAME can't crew Vehicles.");
}
// is this needed?