[card.plugin] now cards displayed on hand and stack (some stuff still needs to be updated). PLEASE DO REBUILD PLUGIN IF U USE mage-card-plugins.jar.

This commit is contained in:
magenoxx 2010-11-21 13:02:55 +00:00
parent 06b7e63843
commit 63d8231928
13 changed files with 168 additions and 62 deletions

View file

@ -479,4 +479,9 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
public Image getImage() {
return image;
}
@Override
public PermanentView getOriginalPermanent() {
return null;
}
}