Skip to content

Commit

Permalink
Fixed minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NeLepus committed Oct 13, 2024
1 parent 2ff2fa5 commit e3b1933
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public override void Effect(ReagentEffectArgs args)

protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
{
// Could use a different translation string as well, but this one is close enough to ignore it for now
if (Reagent != null && prototype.TryIndex(Reagent, out ReagentPrototype? reagentProto))
{
return Loc.GetString("reagent-effect-guidebook-accumulate-reagent-reagent",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
reagent-name-indigestible-fibre = indigestible dietary fibre
reagent-desc-indigestible-fibre = Residual of a digestive system poorly adapted to plant-derived food.
reagent-desc-indigestible-fibre = Residues of a digestive system poorly adapted to plant-derived food.

0 comments on commit e3b1933

Please sign in to comment.