*Fixed equipment not falling off of lands that were previously animated by Lifespark Spellbomb.

This commit is contained in:
jendave
2011-08-06 08:17:53 +00:00
parent 99f1685aa9
commit 0199a90316
2 changed files with 13 additions and 0 deletions

View File

@@ -7325,6 +7325,7 @@ public class CardFactory implements NewConstants {
card[0].setBaseDefense(oldDefense[0]);
card[0].removeType("Creature");
card[0].unEquipAllCards();
}
};