Revert "Drain Life update"

This reverts commit 539406b4a1f032e78a91550e65b4c21924082d3d
This commit is contained in:
Hythonia
2020-11-28 04:05:47 +00:00
committed by swordshine
parent e77621130a
commit 3d46bb89ae
3 changed files with 5 additions and 1 deletions

View File

@@ -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);
}
}