forked from External/mage
Some minor changes. Added a test.
This commit is contained in:
parent
4d62d62768
commit
4bea123bf3
6 changed files with 42 additions and 12 deletions
|
|
@ -39,7 +39,7 @@ import mage.game.Game;
|
|||
*/
|
||||
public class AddContinuousEffectToGame extends OneShotEffect {
|
||||
|
||||
private ContinuousEffect effect;
|
||||
private final ContinuousEffect effect;
|
||||
|
||||
public AddContinuousEffectToGame(ContinuousEffect effect) {
|
||||
super(Outcome.Benefit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue