entering as copy should not create a stack item, fixes #991

master
melvinzhang 2017-08-20 17:33:35 +08:00
parent 7f798cfc65
commit fe23e2700a
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ public class EnterAsCopyAction extends MagicAction {
modifications
);
replacement.setFromLocation(cardOnStack.getFromLocation());
game.doAction(new PutItemOnStackAction(replacement));
game.addEvent(replacement.getEvent());
}
@Override