mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
removing unnecessary condition
L107
This commit is contained in:
parent
6dcf7a2e53
commit
3dc720848d
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class GnostroVoiceOfTheCragsEffect extends OneShotEffect {
|
|||
if (player == null) {
|
||||
return false;
|
||||
}
|
||||
return player != null && player.scry(
|
||||
return player.scry (
|
||||
GnostroVoiceOfTheCragsValue.instance.calculate(game, source, this), source, game
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue