* Keranos, God of Storms - Fixed a bug that it's triggered ability could trigger multiple times during one turn.

This commit is contained in:
LevelX2 2014-10-09 17:11:53 +02:00
parent 1f4d3b9cea
commit 90203b52fe

View file

@ -104,6 +104,7 @@ class KeranosGodOfStormsTriggeredAbility extends TriggeredAbilityImpl {
KeranosGodOfStormsTriggeredAbility(final KeranosGodOfStormsTriggeredAbility ability) { KeranosGodOfStormsTriggeredAbility(final KeranosGodOfStormsTriggeredAbility ability) {
super(ability); super(ability);
this.lastTriggeredTurn = ability.lastTriggeredTurn;
} }
@Override @Override