mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Improved checkRemoveCounterCost.
This commit is contained in:
@@ -90,6 +90,11 @@ public class ComputerUtilCost {
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
//don't kill the creature
|
||||
if (type.name().equals("P1P1") && source.getLethalDamage() <= 1) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Integer amount = part.convertAmount();
|
||||
if (amount == null) {
|
||||
|
||||
Reference in New Issue
Block a user