mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Merge branch 'patch-1' into 'master'
CardFactoryUtil: fixed Nexus See merge request core-developers/forge!1079
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user