[SOI] Bound by Moonsilver Implementation

This commit is contained in:
Jared Hall 2016-03-27 17:15:56 -04:00
parent a15f206233
commit 42a7b38cf1
6 changed files with 176 additions and 1 deletions

View file

@ -106,4 +106,8 @@ public abstract class RestrictionEffect extends ContinuousEffectImpl {
return true;
}
public boolean canTransform(Game game) {
return true;
}
}