mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
LKI: fix wrong state on stack (#3843)
* fix wrong state on stack * fix typo
This commit is contained in:
@@ -229,7 +229,7 @@ public final class CardUtil {
|
||||
if (in.isTransformed()) {
|
||||
newCopy.incrementTransformedTimestamp();
|
||||
}
|
||||
newCopy.setState(newCopy.getFaceupCardStateName(), false, true);
|
||||
newCopy.setState(in.getCurrentStateName(), false, true);
|
||||
if (in.isFaceDown()) {
|
||||
newCopy.turnFaceDownNoUpdate();
|
||||
newCopy.setType(new CardType(in.getFaceDownState().getType()));
|
||||
|
||||
Reference in New Issue
Block a user