mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Allow Auras to Enchant cards in graveyards for (Animate Dead and Spellwewaver Volute)
This commit is contained in:
@@ -1098,7 +1098,9 @@ public class GameAction {
|
||||
|
||||
if (entity instanceof Card) {
|
||||
final Card perm = (Card) entity;
|
||||
if (!perm.isInPlay() || !perm.canBeEnchantedBy(c)) {
|
||||
ZoneType tgtZone = tgt.getZone().get(0);
|
||||
|
||||
if (!perm.isInZone(tgtZone) || !perm.canBeEnchantedBy(c)) {
|
||||
c.unEnchantEntity(perm);
|
||||
this.moveToGraveyard(c);
|
||||
checkAgain = true;
|
||||
|
||||
Reference in New Issue
Block a user