forked from External/mage
AI: fixed that computer used a Hostage Taker for own permanents (#11712)
This commit is contained in:
parent
d2d041e26e
commit
95c2e281bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue