mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Player: fixed CardLKI for Sacrificed Trigger
This commit is contained in:
@@ -2369,7 +2369,7 @@ public class Player extends GameEntity implements Comparable<Player> {
|
|||||||
// Play the Sacrifice sound
|
// Play the Sacrifice sound
|
||||||
game.fireEvent(new GameEventCardSacrificed());
|
game.fireEvent(new GameEventCardSacrificed());
|
||||||
|
|
||||||
final Card cpy = CardFactory.copyCardWithChangedStats(c, false);
|
final Card cpy = CardUtil.getLKICopy(c);
|
||||||
sacrificedThisTurn.add(cpy);
|
sacrificedThisTurn.add(cpy);
|
||||||
|
|
||||||
// Run triggers
|
// Run triggers
|
||||||
|
|||||||
Reference in New Issue
Block a user