- Improved checkRemoveCounterCost.

This commit is contained in:
Sloth
2013-04-13 06:32:59 +00:00
parent f38376c901
commit 59f44c34f4

View File

@@ -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) {