mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Set some ActivatingPlayer.
This commit is contained in:
@@ -311,6 +311,7 @@ public class Upkeep extends Phase {
|
||||
}
|
||||
}
|
||||
};
|
||||
upkeepAbility.setActivatingPlayer(controller);
|
||||
upkeepAbility.setStackDescription(sb.toString());
|
||||
upkeepAbility.setDescription(sb.toString());
|
||||
|
||||
@@ -366,6 +367,7 @@ public class Upkeep extends Phase {
|
||||
}
|
||||
}
|
||||
};
|
||||
upkeepAbility.setActivatingPlayer(controller);
|
||||
upkeepAbility.setStackDescription(sb.toString());
|
||||
upkeepAbility.setDescription(sb.toString());
|
||||
|
||||
@@ -410,6 +412,7 @@ public class Upkeep extends Phase {
|
||||
}
|
||||
}
|
||||
};
|
||||
upkeepAbility.setActivatingPlayer(controller);
|
||||
upkeepAbility.setStackDescription(sb.toString());
|
||||
upkeepAbility.setDescription(sb.toString());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user