[BNG] Added 11 blue cards.

This commit is contained in:
LevelX2 2014-01-24 12:10:06 +01:00
parent f671da13d6
commit 4f4ce32fa6
15 changed files with 992 additions and 10 deletions

View file

@ -55,7 +55,7 @@ public class GainControlTargetEffect extends ContinuousEffectImpl<GainControlTar
/**
*
* @param duration
* @param fixedControl Controlling player is fixed even if the controller of the ability chnages
* @param fixedControl Controlling player is fixed even if the controller of the ability changes later
*/
public GainControlTargetEffect(Duration duration, boolean fixedControl) {
this(duration, fixedControl, null);