mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Prevent aura becoming unattached when undoing land tapping
This commit is contained in:
@@ -305,7 +305,7 @@ public class CardView extends GameEntityView {
|
|||||||
return get(TrackableProperty.Enchanting);
|
return get(TrackableProperty.Enchanting);
|
||||||
}
|
}
|
||||||
void updateEnchanting(Card c) {
|
void updateEnchanting(Card c) {
|
||||||
set(TrackableProperty.Owner, GameEntityView.get(c.getEnchanting()));
|
set(TrackableProperty.Enchanting, GameEntityView.get(c.getEnchanting()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public CardView getEnchantingCard() {
|
public CardView getEnchantingCard() {
|
||||||
|
|||||||
@@ -91,7 +91,6 @@ import forge.toolbox.special.PhaseIndicator;
|
|||||||
import forge.toolbox.special.PhaseLabel;
|
import forge.toolbox.special.PhaseLabel;
|
||||||
import forge.util.ITriggerEvent;
|
import forge.util.ITriggerEvent;
|
||||||
import forge.view.arcane.CardPanel;
|
import forge.view.arcane.CardPanel;
|
||||||
import forge.view.arcane.PlayArea;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs instance of match UI controller, used as a single point of
|
* Constructs instance of match UI controller, used as a single point of
|
||||||
|
|||||||
Reference in New Issue
Block a user