Skip to content

Commit

Permalink
Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: FN <[email protected]>
  • Loading branch information
Vonsant and FireNameFN authored Dec 19, 2024
1 parent 6758674 commit edaae87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ private void OnAlternateVerb(Entity<ReagentDispenserComponent> ent, ref GetVerbs
{
Act = () => SetAutoLabel(ent, !ent.Comp.AutoLabel),
Text = ent.Comp.AutoLabel ?
Loc.GetString("reagent-dispenser-component-set-auto-label-off-verb")
: Loc.GetString("reagent-dispenser-component-set-auto-label-on-verb"),
Loc.GetString("reagent-dispenser-component-set-auto-label-off-verb")
: Loc.GetString("reagent-dispenser-component-set-auto-label-on-verb"),
Priority = -1, //Not important, low priority.
});
}
Expand Down

0 comments on commit edaae87

Please sign in to comment.