AI: fixed that computer used a Hostage Taker for own permanents (#11712)

This commit is contained in:
Ebola16 2024-01-25 02:50:55 -05:00 committed by GitHub
parent d2d041e26e
commit 95c2e281bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";