Fixed card "Rodolf Duskbringer" (#9824)

By Merlingilb
This commit is contained in:
Merlingilb 2022-12-20 16:56:52 +01:00 committed by GitHub
parent 0f5d58724b
commit ef99ebb1b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,6 @@ enum RodolfDuskbringerPredicate implements Predicate<Card> {
.getState()
.getWatcher(PlayerGainedLifeWatcher.class)
.getLifeGained(input.getOwnerId())
<= input.getManaValue();
>= input.getManaValue();
}
}