mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fixed Issue 47
This commit is contained in:
parent
1ea69ee6c8
commit
5a3a0d63e2
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public class GideonJura extends CardImpl<GideonJura> {
|
|||
private static FilterCreaturePermanent filter = new FilterCreaturePermanent("tapped creature");
|
||||
|
||||
static {
|
||||
filter.setUseTapped(true);
|
||||
filter.setTapped(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue