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