mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +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
|
||||
public void showMessage() {
|
||||
card.addSpellAbility(ability);
|
||||
ability.setDescription("Sacrifice " + cardName + ": destroy target artifact or enchantment.");
|
||||
//card.addSpellAbility(ability);
|
||||
//ability.setDescription("Sacrifice " + cardName + ": destroy target artifact or enchantment.");
|
||||
|
||||
PlayerZone hplay = AllZone.getZone(Constant.Zone.Play, Constant.Player.Human);
|
||||
PlayerZone cplay = AllZone.getZone(Constant.Zone.Play, Constant.Player.Computer);
|
||||
|
||||
Reference in New Issue
Block a user