Merge branch 'patch-1' into 'master'

CardFactoryUtil: fixed Nexus

See merge request core-developers/forge!1079
This commit is contained in:
Hans Mackowiak
2018-11-09 14:05:44 +00:00

View File

@@ -3571,7 +3571,7 @@ public class CardFactoryUtil {
StringBuilder sb = new StringBuilder("Event$ Moved | Destination$ Graveyard | ValidCard$ Card.Self "); StringBuilder sb = new StringBuilder("Event$ Moved | Destination$ Graveyard | ValidCard$ Card.Self ");
// to show it on Nexus // to show it on Nexus
if (!card.isPermanent()) { if (card.isPermanent()) {
sb.append("| Secondary$ True"); sb.append("| Secondary$ True");
} }
sb.append("| Description$ ").append(keyword); sb.append("| Description$ ").append(keyword);