mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
ChangeZoneEffect: add UntilHostLeavesPlay to use GameCommand instead of StaticTrigger
This commit is contained in:
committed by
Michael Kamensky
parent
19d88abee0
commit
34a813baeb
@@ -544,6 +544,13 @@ public class CardDetailUtil {
|
||||
area.append("Encoded: ").append(card.getEncodedCards());
|
||||
}
|
||||
|
||||
if (card.getUntilLeavesBattlefield() != null) {
|
||||
if (area.length() != 0) {
|
||||
area.append("\n");
|
||||
}
|
||||
area.append("Until leaves the Battlefield: ").append(card.getUntilLeavesBattlefield());
|
||||
}
|
||||
|
||||
// must block
|
||||
if (card.getMustBlockCards() != null) {
|
||||
if (area.length() != 0) {
|
||||
|
||||
Reference in New Issue
Block a user