forked from External/mage
Phyrexian mana support. NPH: Mutagenic Growth, Dismember.
This commit is contained in:
parent
3daed99bda
commit
84b79000ff
12 changed files with 267 additions and 15 deletions
|
|
@ -114,6 +114,11 @@ public class FeedbackPanel extends javax.swing.JPanel {
|
|||
break;
|
||||
}
|
||||
this.btnSpecial.setVisible(special);
|
||||
this.btnSpecial.setText("Special");
|
||||
if (message.contains("P}")) {
|
||||
this.btnSpecial.setVisible(true);
|
||||
this.btnSpecial.setText("Pay 2 life");
|
||||
}
|
||||
handleOptions(options);
|
||||
this.revalidate();
|
||||
this.repaint();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue