mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
better stack description in spGainLife
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user