mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +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);
|
newSA.setMayPlay(o);
|
||||||
|
|
||||||
final StringBuilder sb = new StringBuilder(sa.getDescription());
|
final StringBuilder sb = new StringBuilder(sa.getDescription());
|
||||||
if (!source.equals(host)) {
|
if (!source.equals(host) && host.getCardForUi() != null) {
|
||||||
sb.append(" by ");
|
sb.append(" by ");
|
||||||
if (host.isImmutable() && host.getEffectSource() != null) {
|
if (host.isImmutable() && host.getEffectSource() != null) {
|
||||||
sb.append(host.getEffectSource());
|
sb.append(host.getEffectSource());
|
||||||
|
|||||||
Reference in New Issue
Block a user