Skip to content

Commit

Permalink
Merge branch 'master' into mass-markings-port-2
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars authored Jan 26, 2025
2 parents 2653756 + 8eafa7a commit e9dc129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_Arcadis/Computer/DiskBurnerSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void OnExamined(EntityUid uid, DiskBurnerComponent component, ExaminedEv
missing.Add("disk");

if (boardSlot.Item is null)
missing.Add("or");
missing.Add("board");

args.PushMarkup(Loc.GetString("disk-burner-missing", ("missing", string.Join(", or ", missing))));
return;
Expand Down

0 comments on commit e9dc129

Please sign in to comment.