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