mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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() {
|
||||
Card card = getSourceCard();
|
||||
|
||||
if (card.getController().isComputer())
|
||||
return false;
|
||||
// this isn't right
|
||||
//if (card.getController().isComputer())
|
||||
// return false;
|
||||
|
||||
if(card.isCreature()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user