mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Fixed Cosmic Horror.
This commit is contained in:
@@ -305,6 +305,9 @@ public class Upkeep extends Phase implements java.io.Serializable {
|
|||||||
if (ComputerUtil.canPayCost(aiPaid) && !c.hasKeyword("Indestructible")) {
|
if (ComputerUtil.canPayCost(aiPaid) && !c.hasKeyword("Indestructible")) {
|
||||||
ComputerUtil.playNoStack(aiPaid);
|
ComputerUtil.playNoStack(aiPaid);
|
||||||
} else {
|
} else {
|
||||||
|
if (c.getName().equals("Cosmic Horror")) {
|
||||||
|
controller.addDamage(7, c);
|
||||||
|
}
|
||||||
AllZone.getGameAction().destroy(c);
|
AllZone.getGameAction().destroy(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user