mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-21 19:49:34 +08:00
优化显示格式
This commit is contained in:
parent
9d5dde6d6e
commit
78c141d046
@ -389,10 +389,10 @@ namespace Milimoe.FunGame.Core.Entity
|
||||
builder.AppendLine("物品描述:" + Description);
|
||||
}
|
||||
|
||||
if (Skills.Active != null) builder.AppendLine($"{Skills.Active.ToString()}");
|
||||
if (Skills.Active != null) builder.AppendLine($"{Skills.Active.ToString().Trim()}");
|
||||
foreach (Skill skill in Skills.Passives)
|
||||
{
|
||||
builder.Append($"{skill.ToString().Trim()}");
|
||||
builder.AppendLine($"{skill.ToString().Trim()}");
|
||||
}
|
||||
|
||||
if (BackgroundStory != "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user