mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
GameAction: fix Trigger for Stack
This commit is contained in:
committed by
Michael Kamensky
parent
d37cb22698
commit
34d0d143c5
@@ -375,7 +375,7 @@ public class GameAction {
|
||||
// the LKI needs to be the Card itself,
|
||||
// or it might not updated correctly
|
||||
// TODO be reworked when ZoneTrigger Update is done
|
||||
if (toBattlefield) {
|
||||
if (toBattlefield || zoneTo.is(ZoneType.Stack)) {
|
||||
lastKnownInfo = c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user