mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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);
|
||||
}
|
||||
void updateEnchanting(Card c) {
|
||||
set(TrackableProperty.Owner, GameEntityView.get(c.getEnchanting()));
|
||||
set(TrackableProperty.Enchanting, GameEntityView.get(c.getEnchanting()));
|
||||
}
|
||||
|
||||
public CardView getEnchantingCard() {
|
||||
|
||||
Reference in New Issue
Block a user