mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Keranos, God of Storms - Fixed a bug that it's triggered ability could trigger multiple times during one turn.
This commit is contained in:
parent
1f4d3b9cea
commit
90203b52fe
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class KeranosGodOfStormsTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
KeranosGodOfStormsTriggeredAbility(final KeranosGodOfStormsTriggeredAbility ability) {
|
||||
super(ability);
|
||||
this.lastTriggeredTurn = ability.lastTriggeredTurn;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue