forked from External/mage
* Exile card and return it from exile - fixed rollback error on commander creature exile (#7250);
[CMR] fixed PromiseOfTomorrow - not working ability;
This commit is contained in:
parent
a6f79580d7
commit
3f44d9eef3
19 changed files with 232 additions and 116 deletions
|
|
@ -61,7 +61,7 @@ public class SkipNextPlayerUntapStepEffect extends OneShotEffect {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
Player player = null;
|
||||
if (targetPointer != null) {
|
||||
if (!targetPointer.getTargets(game, source).isEmpty()) {
|
||||
if (!this.targetPointer.getTargets(game, source).isEmpty()) {
|
||||
player = game.getPlayer(targetPointer.getFirst(game, source));
|
||||
} else {
|
||||
player = game.getPlayer(source.getControllerId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue