refactor: removed outdated or un-used code (part of #11873)

This commit is contained in:
Oleg Agafonov 2024-02-29 07:50:13 +04:00
parent 2aea44da2c
commit 734e2fae0f
5 changed files with 8 additions and 127 deletions

View file

@ -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;