[MID] Implemented Disturb mechanic (#8201)

* [MID] Implemented Disturb mechanic

Co-authored-by: Oleg Agafonov <jaydi85@gmail.com>
Co-authored-by: Evan Kranzler <theelk801@gmail.com>
This commit is contained in:
Daniel Bomar 2021-11-09 00:12:50 -06:00 committed by GitHub
parent 1195016399
commit 7082b86eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 230 additions and 111 deletions

View file

@ -1889,7 +1889,7 @@ public abstract class GameImpl implements Game {
}
newBluePrint.assignNewId();
if (copyFromPermanent.isTransformed()) {
TransformAbility.transform(newBluePrint, newBluePrint.getSecondCardFace(), this, source);
TransformAbility.transformPermanent(newBluePrint, newBluePrint.getSecondCardFace(), this, source);
}
}
if (applier != null) {