Skip to content

Commit

Permalink
the one fix for the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian321 committed Jan 21, 2025
1 parent 3b3e5a2 commit e3f9a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private void GenerateControl(ReagentPrototype reagent)
FormattedMessage description = new();
if (_prototype.TryIndex(reagent.Contraband, out var severity))
{
if (severity.ShowDepartments && (reagent is { AllowedDepartments: not null } || reagent is { AllowedJobs: not null }))
if (severity.ShowDepartmentsAndJobs && (reagent is { AllowedDepartments: not null } || reagent is { AllowedJobs: not null }))
{
var departments = reagent.AllowedDepartments?.Select(x =>
{
Expand Down

0 comments on commit e3f9a89

Please sign in to comment.