mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
smoother detail text for UntilLeavesBattlefield cards
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user