mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Rapid Hybridization -Fixed the missing "can't regnerate" option.
This commit is contained in:
parent
d951d620d0
commit
b0a822184b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class RapidHybridization extends CardImpl {
|
|||
|
||||
// Destroy target creature. It can't be regenerated. That creature's controller puts a 3/3 green Frog Lizard creature token onto the battlefield.
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect());
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect(true));
|
||||
this.getSpellAbility().addEffect(new RapidHybridizationEffect());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue