mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Revert "Drain Life update"
This reverts commit 539406b4a1f032e78a91550e65b4c21924082d3d
This commit is contained in:
@@ -225,6 +225,8 @@ public class CostAdjustment {
|
||||
} else if (!test) {
|
||||
sa.getHostCard().addDelved(c);
|
||||
final Card d = game.getAction().exile(c, null);
|
||||
d.setExiledWith(sa.getHostCard());
|
||||
d.setExiledBy(sa.getHostCard().getController());
|
||||
table.put(ZoneType.Graveyard, d.getZone().getZoneType(), d);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@ PT:3/3
|
||||
K:Delve
|
||||
K:Flying
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigReturn | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME attacks, you may return an instant or sorcery card exiled with CARDNAME to its owner's hand.
|
||||
SVar:TrigReturn:DB$ ChangeZone | Origin$ Exile | Destination$ Hand | Hidden$ True | ChangeType$ Instant.delved,Sorcery.delved | ChangeNum$ 1
|
||||
SVar:TrigReturn:DB$ ChangeZone | Origin$ Exile | Destination$ Hand | Hidden$ True | ChangeType$ Instant.ExiledWithSource,Sorcery.ExiledWithSource | ChangeNum$ 1
|
||||
Oracle:Delve (Each card you exile from your graveyard while casting this spell pays for {1}.)\nFlying\nWhenever Ethereal Forager attacks, you may return an instant or sorcery card exiled with Ethereal Forager to its owner's hand.
|
||||
|
||||
@@ -657,6 +657,8 @@ public class HumanPlay {
|
||||
hostCard.addDelved(c);
|
||||
final ZoneType o = c.getZone().getZoneType();
|
||||
final Card d = game.getAction().exile(c, null);
|
||||
d.setExiledWith(hostCard);
|
||||
d.setExiledBy(hostCard.getController());
|
||||
table.put(o, d.getZone().getZoneType(), d);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user