mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Added a test.
This commit is contained in:
parent
37ba7c4a02
commit
15a884c00c
3 changed files with 87 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue