Fix for LKI. Ratchet Bomb works.

This commit is contained in:
magenoxx 2011-01-20 18:47:26 +03:00
parent 465e8c3093
commit 4adc937b3c
3 changed files with 34 additions and 29 deletions

View file

@ -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: