remove setLastKnownInfo method
parent
13af42b0cf
commit
7d7b66444d
|
@ -419,9 +419,6 @@ public class MagicPermanent implements MagicSource,MagicTarget,Comparable<MagicP
|
|||
return getPowerToughness().getPositiveToughness();
|
||||
}
|
||||
|
||||
public void setLastKnownInfo() {
|
||||
}
|
||||
|
||||
public long getAllAbilityFlags() {
|
||||
return cachedAbilityFlags;
|
||||
}
|
||||
|
|
|
@ -42,7 +42,6 @@ public class MagicRemoveFromPlayAction extends MagicAction {
|
|||
}
|
||||
}
|
||||
|
||||
permanent.setLastKnownInfo();
|
||||
game.executeTrigger(MagicTriggerType.WhenLeavesPlay,permanent);
|
||||
|
||||
// Equipment
|
||||
|
|
Loading…
Reference in New Issue