mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed double ability of Seal of Cleansing / Seal of Primordium.
This commit is contained in:
@@ -15196,8 +15196,8 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void showMessage() {
|
public void showMessage() {
|
||||||
card.addSpellAbility(ability);
|
//card.addSpellAbility(ability);
|
||||||
ability.setDescription("Sacrifice " + cardName + ": destroy target artifact or enchantment.");
|
//ability.setDescription("Sacrifice " + cardName + ": destroy target artifact or enchantment.");
|
||||||
|
|
||||||
PlayerZone hplay = AllZone.getZone(Constant.Zone.Play, Constant.Player.Human);
|
PlayerZone hplay = AllZone.getZone(Constant.Zone.Play, Constant.Player.Human);
|
||||||
PlayerZone cplay = AllZone.getZone(Constant.Zone.Play, Constant.Player.Computer);
|
PlayerZone cplay = AllZone.getZone(Constant.Zone.Play, Constant.Player.Computer);
|
||||||
|
|||||||
Reference in New Issue
Block a user