mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 19:29:59 -08:00
more AI fixes
This commit is contained in:
parent
0bde24648b
commit
6982608043
8 changed files with 198 additions and 135 deletions
|
|
@ -53,7 +53,7 @@ public class PayLifeCost extends CostImpl<PayLifeCost> {
|
|||
|
||||
@Override
|
||||
public boolean canPay(UUID sourceId, UUID controllerId, Game game) {
|
||||
return game.getPlayer(controllerId).getLife() >= amount;
|
||||
return game.getPlayer(controllerId).getLife() > amount;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue