mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Quick fix
This commit is contained in:
parent
d2ac0c48db
commit
1bff2da1eb
1 changed files with 34 additions and 34 deletions
|
@ -74,9 +74,8 @@ public class SkywardEyeProphets extends CardImpl<SkywardEyeProphets> {
|
|||
public SkywardEyeProphets copy() {
|
||||
return new SkywardEyeProphets(this);
|
||||
}
|
||||
}
|
||||
|
||||
class SkywardEyeProphetsEffect extends OneShotEffect<SkywardEyeProphetsEffect> {
|
||||
public static class SkywardEyeProphetsEffect extends OneShotEffect<SkywardEyeProphetsEffect> {
|
||||
|
||||
public SkywardEyeProphetsEffect() {
|
||||
super(Outcome.DrawCard);
|
||||
|
@ -111,4 +110,5 @@ class SkywardEyeProphetsEffect extends OneShotEffect<SkywardEyeProphetsEffect> {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue