forked from External/mage
Act of Aggression can only target opponent's creatures
This commit is contained in:
parent
1a95e2021a
commit
a3836f6ec7
2 changed files with 11 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ public class GainControlTargetEffect extends ContinuousEffectImpl {
|
|||
/**
|
||||
*
|
||||
* @param duration
|
||||
* @param controllingPlayerId Player that controlls the target creature
|
||||
* @param controllingPlayerId Player that controls the target creature
|
||||
*/
|
||||
public GainControlTargetEffect(Duration duration, UUID controllingPlayerId) {
|
||||
this(duration, true, controllingPlayerId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue