mirror of
https://github.com/correl/mage.git
synced 2025-04-13 01:01:11 -09:00
[STX] fixed Silverquill Pledgemage not allowing player to choose
This commit is contained in:
parent
8f9afcb617
commit
8d6ce30626
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class SilverquillPledgemageEffect extends OneShotEffect {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Game game, Ability source) {
|
public boolean apply(Game game, Ability source) {
|
||||||
Player player = game.getPlayer(source.getSourceId());
|
Player player = game.getPlayer(source.getControllerId());
|
||||||
if (player == null) {
|
if (player == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue