- Fixed double ability of Seal of Cleansing / Seal of Primordium.

This commit is contained in:
jendave
2011-08-06 04:43:55 +00:00
parent 827a18d25b
commit b4b9e4781c

View File

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