- Fixed Cosmic Horror.

This commit is contained in:
Sloth
2012-01-18 06:59:43 +00:00
parent 9943753d21
commit d6accf45bd

View File

@@ -305,6 +305,9 @@ public class Upkeep extends Phase implements java.io.Serializable {
if (ComputerUtil.canPayCost(aiPaid) && !c.hasKeyword("Indestructible")) {
ComputerUtil.playNoStack(aiPaid);
} else {
if (c.getName().equals("Cosmic Horror")) {
controller.addDamage(7, c);
}
AllZone.getGameAction().destroy(c);
}
}