mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[KHC] fixed Spectral Deluge looking at power rather than toughness (fixes #7464)
This commit is contained in:
parent
47f289fb34
commit
7c68284173
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ enum SpectralDelugePredicate implements ObjectSourcePlayerPredicate<ObjectSource
|
|||
public boolean apply(ObjectSourcePlayer<MageObject> input, Game game) {
|
||||
return input
|
||||
.getObject()
|
||||
.getPower()
|
||||
.getToughness()
|
||||
.getValue()
|
||||
<= game
|
||||
.getBattlefield()
|
||||
|
|
Loading…
Reference in a new issue