mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Fix AI inverse logic when resetting the paid hash before playing a SA
This commit is contained in:
@@ -95,7 +95,7 @@ public class ComputerUtil {
|
||||
sa.setHostCard(game.getAction().moveToStack(source, sa));
|
||||
}
|
||||
|
||||
if (sa.isCopied()) {
|
||||
if (!sa.isCopied()) {
|
||||
sa.resetPaidHash();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user