mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
*Removed debug output from AbilityFactory.
This commit is contained in:
@@ -159,11 +159,6 @@ public class AbilityFactory {
|
||||
isTargeted = true;
|
||||
}
|
||||
|
||||
if(hostCard.getName().equals("Goblin Ruinblaster"))
|
||||
{
|
||||
System.out.println("Bug station next");
|
||||
}
|
||||
|
||||
if (isTargeted)
|
||||
{
|
||||
String min = mapParams.containsKey("TargetMin") ? mapParams.get("TargetMin") : "1";
|
||||
|
||||
Reference in New Issue
Block a user