Improve ExaminedEvent to handle newlines for you with helper methods.
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Content.Server.Ghost
|
||||
? Loc.GetString("comp-ghost-examine-time-minutes", ("minutes", timeSinceDeath.Minutes))
|
||||
: Loc.GetString("comp-ghost-examine-time-seconds", ("seconds", timeSinceDeath.Seconds));
|
||||
|
||||
args.Message.AddMarkup(deathTimeInfo);
|
||||
args.PushMarkup(deathTimeInfo);
|
||||
}
|
||||
|
||||
private void OnMindRemovedMessage(EntityUid uid, GhostComponent component, MindRemovedMessage args)
|
||||
|
||||
Reference in New Issue
Block a user