mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- KLD Fixes (incl. small change to "can't crew Vehicles" to match Revoke Privileges text)
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user