1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-30 09:08:36 -09:00

* Hurl Through Hell - fixed that it doesn't exile a creature ();

This commit is contained in:
Oleg Agafonov 2021-09-05 13:29:52 +04:00
parent 912e695f40
commit e209822190
2 changed files with 4 additions and 1 deletions
Mage.Sets/src/mage/cards/h
Mage/src/main/java/mage/abilities/effects/common/asthought

View file

@ -62,7 +62,7 @@ class HurlThroughHellEffect extends OneShotEffect {
return false;
}
PlayFromNotOwnHandZoneTargetEffect.exileAndPlayFromExile(
game, source, permanent.getMainCard(), TargetController.YOU,
game, source, permanent, TargetController.YOU,
Duration.UntilEndOfYourNextTurn,
false, true, true
);

View file

@ -152,6 +152,9 @@ public class PlayFromNotOwnHandZoneTargetEffect extends AsThoughEffectImpl {
/**
* Exiles the cards and let the allowed player play them from exile for the given duration
* Supports:
* - cards (use any side)
* - permanents (use permanent, not permanent's card)
*
* @param game
* @param source