mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 17:27:46 +00:00
remove old methods
This commit is contained in:
@@ -925,10 +925,6 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
}
|
||||
return getCastSA().getTappedForConvoke();
|
||||
}
|
||||
public final void addConvoked(final Card c) {
|
||||
}
|
||||
public final void clearConvoked() {
|
||||
}
|
||||
|
||||
public MapOfLists<GameEntity, Object> getRememberMap() {
|
||||
return rememberMap;
|
||||
|
||||
@@ -630,7 +630,6 @@ public class HumanPlay {
|
||||
c.setTapped(false);
|
||||
if (!manaInputCancelled) {
|
||||
c.tap();
|
||||
ability.getHostCard().addConvoked(c);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user