From 95c2e281bbcc56b642d5891edb993e9297989ea4 Mon Sep 17 00:00:00 2001 From: Ebola16 <17330088+Ebola16@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:50:55 -0500 Subject: [PATCH] AI: fixed that computer used a Hostage Taker for own permanents (#11712) --- Mage.Sets/src/mage/cards/h/HostageTaker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";