forked from External/mage
* Fixed a problem that Emblems created by permanents where its owner left the game caused errors in clients. Some handling cganges of emblems.
This commit is contained in:
parent
81caed134f
commit
8075ea2e50
56 changed files with 894 additions and 850 deletions
|
|
@ -364,9 +364,9 @@ public interface Game extends MageItem, Serializable {
|
|||
|
||||
void addEffect(ContinuousEffect continuousEffect, Ability source);
|
||||
|
||||
void addEmblem(Emblem emblem, Ability source);
|
||||
void addEmblem(Emblem emblem, MageObject sourceObject, Ability source);
|
||||
|
||||
void addEmblem(Emblem emblem, Ability source, UUID toPlayerId);
|
||||
void addEmblem(Emblem emblem, MageObject sourceObject, UUID toPlayerId);
|
||||
|
||||
void addCommander(Commander commander);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue