mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Remove "by Commander Effect" from SA list
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user