mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Braid of Fire
This commit is contained in:
@@ -206,7 +206,7 @@ public class ManaPool {
|
||||
continue;
|
||||
|
||||
for(final Mana thisMana : this.floatingMana.get(manaKey)) {
|
||||
if (!thisMana.getManaAbility().meetsManaRestrictions(saBeingPaidFor)) {
|
||||
if (thisMana.getManaAbility() != null && !thisMana.getManaAbility().meetsManaRestrictions(saBeingPaidFor)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user