Remove "by Commander Effect" from SA list

This commit is contained in:
Jetz
2024-08-24 16:34:22 -04:00
parent 0b43d3ebf5
commit 34e5938f08

View File

@@ -339,7 +339,7 @@ public final class GameActionUtil {
newSA.setMayPlay(o);
final StringBuilder sb = new StringBuilder(sa.getDescription());
if (!source.equals(host)) {
if (!source.equals(host) && host.getCardForUi() != null) {
sb.append(" by ");
if (host.isImmutable() && host.getEffectSource() != null) {
sb.append(host.getEffectSource());