Examine prediction (#23565)
* Initial prediction * new group handling * groups for all examines that use multiple rn * compile * why was it doing this?? * handle newlines with sorting properly
This commit is contained in:
@@ -73,7 +73,8 @@ public sealed class TraversalDistorterSystem : EntitySystem
|
||||
examine = Loc.GetString("traversal-distorter-desc-out");
|
||||
break;
|
||||
}
|
||||
args.Message.AddMarkup(examine);
|
||||
|
||||
args.PushMarkup(examine);
|
||||
}
|
||||
|
||||
private void OnRefreshParts(EntityUid uid, TraversalDistorterComponent component, RefreshPartsEvent args)
|
||||
|
||||
Reference in New Issue
Block a user