forked from External/mage
use isActivePlayer where possible, some minor text fixes
This commit is contained in:
parent
013eccb6fa
commit
dcb1affb9d
27 changed files with 35 additions and 35 deletions
|
|
@ -316,7 +316,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
|
||||
@Override
|
||||
public void beginningOfTurn(Game game) {
|
||||
if (game.getActivePlayerId().equals(this.controllerId)) {
|
||||
if (game.isActivePlayer(this.controllerId)) {
|
||||
this.controlledFromStartOfControllerTurn = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue