* Voice of Resurgence - Fixed a bug that the dies trigger did not work correctly if Voice of Resurgence was copied e.g. by a Phantasmal Image.

This commit is contained in:
LevelX2 2016-03-20 09:05:39 +01:00
parent c347dc18b4
commit 672ac28931
6 changed files with 46 additions and 13 deletions

View file

@ -80,6 +80,7 @@ class VoiceOfResurgenceTriggeredAbility extends TriggeredAbilityImpl {
public VoiceOfResurgenceTriggeredAbility() {
super(Zone.BATTLEFIELD, new CreateTokenEffect(new VoiceOfResurgenceToken()), false);
setLeavesTheBattlefieldTrigger(true);
}
public VoiceOfResurgenceTriggeredAbility(final VoiceOfResurgenceTriggeredAbility ability) {