mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Update LifeSetAi.java (#4259)
This commit is contained in:
@@ -109,6 +109,11 @@ public class LifeSetAi extends SpellAbilityAi {
|
||||
final Card source = sa.getHostCard();
|
||||
final String sourceName = ComputerUtilAbility.getAbilitySourceName(sa);
|
||||
|
||||
// TODO add AI logic for that
|
||||
if (sa.hasParam("Redistribute")) {
|
||||
return mandatory;
|
||||
}
|
||||
|
||||
final String amountStr = sa.getParam("LifeAmount");
|
||||
|
||||
int amount;
|
||||
|
||||
Reference in New Issue
Block a user