Localize & fancify all the examine tooltips with markup.

This commit is contained in:
Pieter-Jan Briers
2019-10-13 22:49:07 +02:00
parent d629dc449f
commit fd109436e5
8 changed files with 38 additions and 46 deletions

View File

@@ -221,11 +221,7 @@ namespace Content.Server.GameObjects.Components.Power
if (!Powered)
{
message.AddText(loc.GetString("The device is "));
message.PushColor(Color.Orange);
message.AddText(loc.GetString("not powered"));
message.Pop();
message.AddText(".");
message.AddMarkup(loc.GetString("The device is [color=orange]not powered[/color]."));
}
}