* Maelstrom Nexus - Fixed bug that for cascade effect of Maelstrom Nexus always the casting cost of Maelstrom Nexus itself were used to compare if cascade applies instead of the casting cost of the spell that triggered the effect.

This commit is contained in:
LevelX2 2013-09-07 07:51:29 +02:00
parent e9f0ad3f7d
commit eaba56568d
2 changed files with 10 additions and 1 deletions

View file

@ -93,6 +93,9 @@ public class CascadeAbility extends TriggeredAbilityImpl<CascadeAbility> {
}
}
// !!! Changes to the cascade effect here have to be copied to the cascadeEffect of Maelstrom Nexus card eventually.
// There is a functional copy of this effect
class CascadeEffect extends OneShotEffect<CascadeEffect> {
public CascadeEffect() {