Repositories (1)

NewCostTest
1 snippets stored for this repo
{
                var choice1 = $"Your [c:bG]Scales[c:] are too tipped to play [c:bG]{card.Info.DisplayedNameLocalized}[c:].";
                var choice2 = $"[c:bG]{card.Info.DisplayedNameLocalized}[c:] requires you to pay in life, in which you can not fullfill without killing yourself.";
                var choice3 = $"You would kill yourself if you played [c:bG]{card.Info.DisplayedNameLocalized}[c:]. Your [c:bG]Scales[c:] are too tipped";

                List<String> strings = new List<String>();
                strings.Add(choice1);