mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
[CLB] fixed Zoological Study not working (fixes #9033)
This commit is contained in:
parent
88459bec50
commit
7fa306ec98
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue