mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
*Removed debug output.
This commit is contained in:
@@ -1197,10 +1197,6 @@ public class AbilityFactory {
|
||||
public static int calculateAmount(final Card card, String amount, final SpellAbility ability) {
|
||||
// amount can be anything, not just 'X' as long as sVar exists
|
||||
|
||||
if(card.getName().equals("Johtull Wurm"))
|
||||
{
|
||||
System.out.println("Heyo!");
|
||||
}
|
||||
if (amount == null) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user