mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Reverted last commit.
This commit is contained in:
@@ -328,9 +328,9 @@ public class AbilityFactory_CounterMagic {
|
||||
} else {
|
||||
if(ComputerUtil.canPayCost(ability)) {
|
||||
ComputerUtil.playNoStack(ability);
|
||||
removeFromStack(tgtSA,sa);
|
||||
}
|
||||
else {
|
||||
removeFromStack(tgtSA,sa);
|
||||
if(params.containsKey("PowerSink")) doPowerSink(AllZone.ComputerPlayer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user