- Added Skullscorch.

This commit is contained in:
Sloth
2012-09-01 10:35:57 +00:00
parent d70a0f8c18
commit 0cb6b29e0c
5 changed files with 16 additions and 1 deletions

View File

@@ -160,6 +160,9 @@ public class CostUtil {
&& computer.canLoseLife()) {
return false;
}
if (source.getName().equals("Skullscorch") && computer.getCardsIn(ZoneType.Hand).size() < 2) {
return false;
}
}
}
return true;