forked from External/mage
add docs related to phasing methods, adjust method name
This commit is contained in:
parent
277e4f4311
commit
502ca34d14
2 changed files with 10 additions and 4 deletions
|
|
@ -1886,8 +1886,8 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
@Override
|
||||
public void phasing(Game game) {
|
||||
//20091005 - 502.1
|
||||
List<Permanent> phasedOut = game.getBattlefield().getPhasedOut(game, playerId);
|
||||
for (Permanent permanent : game.getBattlefield().getPhasedIn(game, playerId)) {
|
||||
List<Permanent> phasedOut = game.getBattlefield().getPhasedOut(playerId);
|
||||
for (Permanent permanent : game.getBattlefield().getPhasingOut(game, playerId)) {
|
||||
// 502.15i When a permanent phases out, any local enchantments or Equipment
|
||||
// attached to that permanent phase out at the same time. This alternate way of
|
||||
// phasing out is known as phasing out "indirectly." An enchantment or Equipment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue