Revert Rich text (#5848)
This commit is contained in:
@@ -8,7 +8,6 @@ using Robust.Shared.Localization;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
using Robust.Shared.Utility;
|
||||
using Robust.Shared.Utility.Markup;
|
||||
using Robust.Shared.ViewVariables;
|
||||
|
||||
namespace Content.Server.Construction.Components
|
||||
@@ -54,7 +53,7 @@ namespace Content.Server.Construction.Components
|
||||
}
|
||||
}
|
||||
|
||||
public void Examine(FormattedMessage.Builder message, bool inDetailsRange)
|
||||
public void Examine(FormattedMessage message, bool inDetailsRange)
|
||||
{
|
||||
message.AddMarkup(Loc.GetString("machine-board-component-on-examine-label") + "\n");
|
||||
foreach (var (part, amount) in Requirements)
|
||||
|
||||
Reference in New Issue
Block a user