mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Merge branch 'fix-ai-paidhash-reset' into 'master'
Fix AI inverse logic when resetting the paid hash before playing a SA Closes #1133 See merge request core-developers/forge!2052
This commit is contained in:
@@ -95,7 +95,7 @@ public class ComputerUtil {
|
|||||||
sa.setHostCard(game.getAction().moveToStack(source, sa));
|
sa.setHostCard(game.getAction().moveToStack(source, sa));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sa.isCopied()) {
|
if (!sa.isCopied()) {
|
||||||
sa.resetPaidHash();
|
sa.resetPaidHash();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user