forked from External/mage
refactor: removed outdated or un-used code (part of #11873)
This commit is contained in:
parent
2aea44da2c
commit
734e2fae0f
5 changed files with 8 additions and 127 deletions
|
|
@ -95,18 +95,6 @@ public class PermanentView extends CardView {
|
|||
}
|
||||
this.nameController = nameController;
|
||||
|
||||
// add additional info for face down permanents
|
||||
if (permanent.isFaceDown(game)) {
|
||||
//if (permanent.isManifested()) {
|
||||
// this.rules.add("A manifested creature card can be turned face up any time for it's mana cost."
|
||||
// + " A face-down card can also be turned face up for its morph cost.");
|
||||
//} else if (permanent.isMorphed()) {
|
||||
// this.rules.add("If the controller has priority, they may turn this permanent face up."
|
||||
// + " This is a special action; it doesn't use the stack. To do this they pay the morph costs,"
|
||||
// + " then turns this permanent face up.");
|
||||
//}
|
||||
}
|
||||
|
||||
// determines if shown in it's own column
|
||||
boolean attachedToPermanent = false;
|
||||
boolean attachedControllerDiffers = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue