Crew rules change

This commit is contained in:
tool4EvEr
2022-02-10 22:11:51 +01:00
parent c8c90c26ab
commit 4232d9f376
3 changed files with 3 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ public class InputSelectEntitiesFromList<T extends GameEntity> extends InputSele
if (sa != null && sa.hasParam("Crew")) {
msg.append("\nCrewing: ").
append(CardLists.getTotalPower((FCollection<Card>)getSelected(), true, true)).
append(" / ").append(TextUtil.fastReplace(sa.getPayCosts().getCostPartByType(CostTapType.class).getType(), "Creature.YouCtrl+withTotalPowerGE", ""));
append(" / ").append(TextUtil.fastReplace(sa.getPayCosts().getCostPartByType(CostTapType.class).getType(), "Creature.Other+withTotalPowerGE", ""));
}
return msg.toString();