forked from External/mage
* Commander: fixed duplicated triggers after play (example: Esika, God of the Tree, see #7501, #7503, #7505);
This commit is contained in:
parent
aa13b06af9
commit
ac98a3a31a
6 changed files with 108 additions and 19 deletions
|
|
@ -630,10 +630,6 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
}
|
||||
}
|
||||
|
||||
private void addTrigger(TriggeredAbility ability, MageObject attachedTo) {
|
||||
addTrigger(ability, null, attachedTo);
|
||||
}
|
||||
|
||||
private void addTrigger(TriggeredAbility ability, UUID sourceId, MageObject attachedTo) {
|
||||
if (sourceId == null) {
|
||||
triggers.add(ability, attachedTo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue