mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Undoing Mana fix.
This commit is contained in:
@@ -350,8 +350,9 @@ abstract public class Ability_Mana extends SpellAbility implements java.io.Seria
|
|||||||
public boolean canPlay() {
|
public boolean canPlay() {
|
||||||
Card card = getSourceCard();
|
Card card = getSourceCard();
|
||||||
|
|
||||||
if (card.getController().isComputer())
|
// this isn't right
|
||||||
return false;
|
//if (card.getController().isComputer())
|
||||||
|
// return false;
|
||||||
|
|
||||||
if(card.isCreature()) {
|
if(card.isCreature()) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user