mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
tweak to discard stack description.
This commit is contained in:
@@ -798,7 +798,7 @@ public class AbilityFactory_ZoneAffecting {
|
|||||||
sb.append("discards (");
|
sb.append("discards (");
|
||||||
|
|
||||||
if(mode.equals("Hand"))
|
if(mode.equals("Hand"))
|
||||||
sb.append("Hand");
|
sb.append("his or her hand");
|
||||||
else
|
else
|
||||||
sb.append(AbilityFactory.calculateAmount(sa.getSourceCard(), params.get("NumCards"), sa));
|
sb.append(AbilityFactory.calculateAmount(sa.getSourceCard(), params.get("NumCards"), sa));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user