mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
moved TransformAbility into DayboundAbility for simplicity
This commit is contained in:
parent
f53dde0036
commit
ecfe08cee0
31 changed files with 1 additions and 60 deletions
|
|
@ -15,6 +15,7 @@ public class DayboundAbility extends StaticAbility {
|
|||
public DayboundAbility() {
|
||||
super(Zone.BATTLEFIELD, new DayboundEffect());
|
||||
this.addHint(DayNightHint.instance);
|
||||
this.addSubAbility(new TransformAbility());
|
||||
}
|
||||
|
||||
private DayboundAbility(final DayboundAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue