mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed Anavolver and friends.
This commit is contained in:
@@ -868,6 +868,7 @@ public final class GameActionUtil {
|
|||||||
if ( newSA.canPlay() ) {
|
if ( newSA.canPlay() ) {
|
||||||
abilities.add(i, newSA);
|
abilities.add(i, newSA);
|
||||||
i++;
|
i++;
|
||||||
|
iUnKicked++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(sCosts.length == 2) { // case for both kickers - it's hardcoded since they never have more than 2 kickers
|
if(sCosts.length == 2) { // case for both kickers - it's hardcoded since they never have more than 2 kickers
|
||||||
|
|||||||
Reference in New Issue
Block a user