mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed AI not targeting with Armistice.
This commit is contained in:
@@ -158,4 +158,9 @@ public class LifeGainAi extends SpellAbilityAi {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean chkAIDrawback(SpellAbility sa, Player ai) {
|
||||
return doTriggerAINoCost(ai, sa, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user