Act of Aggression can only target opponent's creatures

This commit is contained in:
Neil Gentleman 2016-02-14 16:24:13 -08:00
parent 1a95e2021a
commit a3836f6ec7
2 changed files with 11 additions and 2 deletions

View file

@ -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);