[CLB] fixed Zoological Study not working (fixes #9033)

This commit is contained in:
Evan Kranzler 2022-05-29 21:36:18 -04:00
parent 88459bec50
commit 7fa306ec98

View file

@ -35,7 +35,7 @@ public final class MonsterManual extends AdventureCard {
// Zoological Study
// Mill five cards, then return a creature card milled this way to your hand.
this.getSpellAbility().addEffect(new ZoologicalStudyEffect());
this.getSpellCard().getSpellAbility().addEffect(new ZoologicalStudyEffect());
}
private MonsterManual(final MonsterManual card) {