made acceptLinked public

master
melvin 2012-08-17 23:24:25 +08:00
parent 0a9e4fda4b
commit dae4fd181f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public abstract class MagicStatic extends MagicDummyPermanentModifier implements
return true;
}
private static boolean acceptLinked(final MagicGame game,final MagicPermanent source,final MagicPermanent target) {
public static boolean acceptLinked(final MagicGame game,final MagicPermanent source,final MagicPermanent target) {
if (source.isEquipment()) {
return source.getEquippedCreature() == target;
} else if (source.isEnchantment()) {