Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed Jul 15, 2024
1 parent f31d8f7 commit 03274c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Server/Medical/SuitSensors/SuitSensorSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ public void SetSensor(EntityUid uid, SuitSensorMode mode, EntityUid? userUid = n
userJob = card.Comp.JobTitle;
if (card.Comp.JobIcon != null)
userJobIcon = card.Comp.JobIcon;
if (card.Comp.JobPrototype is not null)
userJobPrototype = card.Comp.JobPrototype;

foreach (var department in card.Comp.JobDepartments)
userJobDepartments.Add(Loc.GetString(department));
Expand Down

0 comments on commit 03274c8

Please sign in to comment.