diff --git a/Content.Server/_LostParadise/DietaryRework/AccumulateReagent.cs b/Content.Server/_LostParadise/CarnivoresDiet/AccumulateReagent.cs similarity index 97% rename from Content.Server/_LostParadise/DietaryRework/AccumulateReagent.cs rename to Content.Server/_LostParadise/CarnivoresDiet/AccumulateReagent.cs index bb61133e23..c3ec5183c1 100644 --- a/Content.Server/_LostParadise/DietaryRework/AccumulateReagent.cs +++ b/Content.Server/_LostParadise/CarnivoresDiet/AccumulateReagent.cs @@ -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", diff --git a/Content.Server/_LostParadise/DietaryRework/PoorlyDigestible.cs b/Content.Server/_LostParadise/CarnivoresDiet/PoorlyDigestible.cs similarity index 100% rename from Content.Server/_LostParadise/DietaryRework/PoorlyDigestible.cs rename to Content.Server/_LostParadise/CarnivoresDiet/PoorlyDigestible.cs diff --git a/Resources/Locale/en-US/_LostParadise/prototypes/reagents/food.ftl b/Resources/Locale/en-US/_LostParadise/prototypes/reagents/food.ftl index ed2b8d37f7..3bc8e16ea1 100644 --- a/Resources/Locale/en-US/_LostParadise/prototypes/reagents/food.ftl +++ b/Resources/Locale/en-US/_LostParadise/prototypes/reagents/food.ftl @@ -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.