smoother detail text for UntilLeavesBattlefield cards

This commit is contained in:
Northmoc
2021-07-18 10:51:17 -04:00
parent 80645fb9c3
commit 6ff0548dc8

View File

@@ -573,7 +573,7 @@ public class CardDetailUtil {
if (area.length() != 0) { if (area.length() != 0) {
area.append("\n"); area.append("\n");
} }
area.append("Until leaves the Battlefield: ").append(card.getUntilLeavesBattlefield()); area.append("Exiled until this leaves the battlefield: ").append(card.getUntilLeavesBattlefield());
} }
// must block // must block