mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Skullscorch.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user