]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Merge branch 'master' into fix-conflict-40263
authorErrant <35878406+Errant-4@users.noreply.github.com>
Wed, 10 Sep 2025 17:52:34 +0000 (19:52 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 17:52:34 +0000 (19:52 +0200)
1  2 
Content.Shared/Nutrition/EntitySystems/FoodSequenceSystem.cs
Content.Shared/Preferences/HumanoidCharacterProfile.cs

index 0fa85666a027be2534737fa159a66581a194fd4a,697845b231fc92c42120071dedc4fae32378d6e3..0e872784663126dd4748c4973492c10a26e790d5
@@@ -117,8 -117,7 +117,8 @@@ public sealed class FoodSequenceSystem 
          //looking for a suitable FoodSequence prototype
          if (!element.Comp1.Entries.TryGetValue(start.Comp.Key, out var elementProto))
              return false;
-         if (!_proto.TryIndex(elementProto, out var elementIndexed))
 +
+         if (!_proto.Resolve(elementProto, out var elementIndexed))
              return false;
  
          //if we run out of space, we can still put in one last, final finishing element.