mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed the split cards not showing the Fuse ability in the card detail panel.
This commit is contained in:
@@ -575,7 +575,7 @@ public class CardView extends GameEntityView {
|
|||||||
|
|
||||||
if (isSplitCard() && getZone() != ZoneType.Stack) {
|
if (isSplitCard() && getZone() != ZoneType.Stack) {
|
||||||
//ensure ability text for right half of split card is included unless spell is on stack
|
//ensure ability text for right half of split card is included unless spell is on stack
|
||||||
sb.append("\r\n\r\n").append("(").append(getAlternateState().getName()).append(") ").append(getAlternateState().getAbilityText());
|
sb.append("\r\n\r\n").append("(").append(getAlternateState().getName()).append(") ").append(getAlternateState().getOracleText());
|
||||||
}
|
}
|
||||||
|
|
||||||
String nonAbilityText = get(TrackableProperty.NonAbilityText);
|
String nonAbilityText = get(TrackableProperty.NonAbilityText);
|
||||||
|
|||||||
Reference in New Issue
Block a user