diff --git a/Mage.Sets/src/mage/cards/h/HostageTaker.java b/Mage.Sets/src/mage/cards/h/HostageTaker.java index db57d2d719f..ce7e0366b41 100644 --- a/Mage.Sets/src/mage/cards/h/HostageTaker.java +++ b/Mage.Sets/src/mage/cards/h/HostageTaker.java @@ -61,7 +61,7 @@ public final class HostageTaker extends CardImpl { class HostageTakerExileEffect extends OneShotEffect { HostageTakerExileEffect() { - super(Outcome.Benefit); + super(Outcome.Detriment); this.staticText = "exile another target creature or artifact until {this} leaves the battlefield. " + "You may cast that card for as long as it remains exiled, " + "and you may spend mana as though it were mana of any type to cast that spell";