tweak to discard stack description.

This commit is contained in:
jendave
2011-08-06 15:57:03 +00:00
parent 664080c476
commit 3c6a973eb2

View File

@@ -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));