chooseacolor indicator

replaced text with color filled rectangle
This commit is contained in:
Anthony Calosa
2017-02-16 00:28:07 +08:00
parent 60d7675a36
commit 90ed6e1fdd
2 changed files with 25 additions and 8 deletions

View File

@@ -4183,6 +4183,8 @@ int AACloner::resolve()
Spell * spell = NEW Spell(game, myClone);
spell->source->isToken = 1;
spell->resolve();
spell->source->owner = targetPlayer;
spell->source->lastController = targetPlayer;
spell->source->fresh = 1;
spell->source->entersBattlefield = 1;
spell->source->model = spell->source;