* Added a test.

This commit is contained in:
LevelX2 2015-12-07 17:19:37 +01:00
parent 37ba7c4a02
commit 15a884c00c
3 changed files with 87 additions and 9 deletions

View file

@ -47,8 +47,9 @@ public class AddCountersControllerEffect extends OneShotEffect {
/**
*
* @param counter Counter to add. Includes type and amount.
* @param enchantedEquipped If true, not source controller will get counter,
* but permanent's controller that source enchants or equippes.
* @param enchantedEquipped If true, not source controller will get the
* counter, but the permanent's controller that the source permanent
* enchants or equippes.
*/
public AddCountersControllerEffect(Counter counter, boolean enchantedEquipped) {
super(Outcome.Benefit);