mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Fix for LKI. Ratchet Bomb works.
This commit is contained in:
parent
465e8c3093
commit
4adc937b3c
3 changed files with 34 additions and 29 deletions
|
|
@ -153,6 +153,7 @@ public class PermanentCard extends PermanentImpl<PermanentCard> {
|
|||
if (!game.replaceEvent(event)) {
|
||||
Card card = game.getCard(objectId);
|
||||
Player owner = game.getPlayer(ownerId);
|
||||
game.rememberLKI(objectId, Zone.BATTLEFIELD, this);
|
||||
if (owner != null) {
|
||||
switch (event.getToZone()) {
|
||||
case GRAVEYARD:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue