Merge pull request #2275 from tool4ever/verrak_fix

Fix Verrak
This commit is contained in:
Anthony Calosa
2023-01-21 08:38:33 +08:00
committed by GitHub
5 changed files with 4 additions and 6 deletions

View File

@@ -128,6 +128,7 @@ public class ComputerUtil {
if (!sa.isCopied()) {
sa.resetPaidHash();
sa.setPaidLife(0);
}
sa = GameActionUtil.addExtraKeywordCost(sa);