better stack description in spGainLife

This commit is contained in:
jendave
2011-08-06 08:29:28 +00:00
parent e7f5bb475f
commit 76d1cdd28b

View File

@@ -4431,12 +4431,12 @@ public class CardFactory implements NewConstants {
if (Tgt[0] == true) if (Tgt[0] == true)
{ {
spDesc[0] = "Target player gains " + NumLife[0] + " life."; spDesc[0] = "Target player gains " + NumLife[0] + " life.";
stDesc[0] = cardName + " - target player gains life"; stDesc[0] = cardName + " - target player gains " + NumLife[0] + " life";
} }
else else
{ {
spDesc[0] = "You gain " + NumLife[0] + " life."; spDesc[0] = "You gain " + NumLife[0] + " life.";
stDesc[0] = cardName + " - you gain life"; stDesc[0] = cardName + " - you gain " + NumLife[0] + " life";
} }
} }