Skip to content

Commit

Permalink
~ fix PumpAi
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac committed Aug 19, 2024
1 parent 2b1ae87 commit 63995ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge-ai/src/main/java/forge/ai/ability/PumpAi.java
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ public boolean apply(Card input) {
return false;
}
// check if switching PT causes it to be lethal
Card lki = CardUtil.getLKICopy(input);
Card lki = CardCopyService.getLKICopy(input);
lki.addSwitchPT(-1, 0);

// check if creature could regenerate
Expand Down

0 comments on commit 63995ae

Please sign in to comment.