mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
*Fixed equipment not falling off of lands that were previously animated by Lifespark Spellbomb.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#Forge
|
||||
#Sun Sep 26 10:19:11 CEST 2010
|
||||
gui.laf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
|
||||
AI.stack.land=false
|
||||
gui.new=true
|
||||
stack.offset=tiny
|
||||
card.images.size=medium
|
||||
card.overlay=true
|
||||
card.scale.larger.than.original=true
|
||||
stack.max.size=3
|
||||
gui.laf.fonts=false
|
||||
loss.condition.milling=false
|
||||
|
||||
@@ -7325,6 +7325,7 @@ public class CardFactory implements NewConstants {
|
||||
card[0].setBaseDefense(oldDefense[0]);
|
||||
|
||||
card[0].removeType("Creature");
|
||||
card[0].unEquipAllCards();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user