mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
added comment
This commit is contained in:
parent
23920a0696
commit
f5498d4cc2
1 changed files with 1 additions and 0 deletions
|
@ -1982,6 +1982,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
if (card != null && card.isCreature()) {
|
||||
UUID wasAttachedTo = perm.getAttachedTo();
|
||||
perm.attachTo(null, this);
|
||||
//moved to mage.game.permanent.PermanentImpl::detachAllAttachments
|
||||
//BestowAbility.becomeCreature(perm, this);
|
||||
fireEvent(new GameEvent(GameEvent.EventType.UNATTACHED, wasAttachedTo, perm.getId(), perm.getControllerId()));
|
||||
} else if (movePermanentToGraveyardWithInfo(perm)) {
|
||||
|
|
Loading…
Reference in a new issue