mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
- refactor some cards and an effect
This commit is contained in:
parent
d6c2f031d0
commit
b11e2a0fe9
6 changed files with 25 additions and 58 deletions
|
|
@ -44,6 +44,8 @@ public class BecomesCreatureAllEffect extends ContinuousEffectImpl {
|
|||
this.loseColor = loseColor;
|
||||
this.loseName = loseName;
|
||||
this.loseTypes = loseTypes;
|
||||
|
||||
this.dependencyTypes.add(DependencyType.BecomeCreature);
|
||||
}
|
||||
|
||||
public BecomesCreatureAllEffect(final BecomesCreatureAllEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue