- Only face down split cards should have an alternate state to show via the "transform arrows".

This commit is contained in:
Agetian
2017-07-10 12:30:46 +00:00
parent 22ef6f9eb2
commit c7eb8359e0

View File

@@ -685,7 +685,7 @@ public class CardView extends GameEntityView {
}
currentState.getView().updateKeywords(c, currentState); //update keywords even if state doesn't change
CardState alternateState = isSplitCard ? c.getState(CardStateName.RightSplit) : c.getAlternateState();
CardState alternateState = isSplitCard && isFaceDown() ? c.getState(CardStateName.RightSplit) : c.getAlternateState();
if (isSplitCard && isFaceDown()) {
// face-down (e.g. manifested) split cards should show the original face on their flip side