mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08: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…
Add table
Add a link
Reference in a new issue