mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Fixed Bloodrite Invoker crash.
This commit is contained in:
@@ -2509,6 +2509,8 @@ public class CardFactory implements NewConstants {
|
|||||||
if (tmpCost.length() == 0)
|
if (tmpCost.length() == 0)
|
||||||
tapOnlyCost = true;
|
tapOnlyCost = true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
tmpCost = tmpCost.trim();
|
||||||
|
|
||||||
final String manaCost = tmpCost;
|
final String manaCost = tmpCost;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user