]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Ichor double-metabolize fix + Very minor cleanup (#37107)
authorPrincess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Tue, 6 May 2025 18:16:13 +0000 (11:16 -0700)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 18:16:13 +0000 (14:16 -0400)
Not a yaml vacation apparently

Content.Server/Devour/DevourSystem.cs
Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Resources/Prototypes/Reagents/biological.yml

index d9c50f260a311d87d1f6e7c98f7696cc0bc1d5eb..8ee4cf852ba448fa8d257a7fb76a679ced18d23d 100644 (file)
@@ -29,8 +29,6 @@ public sealed class DevourSystem : SharedDevourSystem
         if (component.FoodPreference == FoodPreference.All ||
             (component.FoodPreference == FoodPreference.Humanoid && HasComp<HumanoidAppearanceComponent>(args.Args.Target)))
         {
-            ichorInjection.ScaleSolution(0.5f);
-
             if (component.ShouldStoreDevoured && args.Args.Target is not null)
             {
                 ContainerSystem.Insert(args.Args.Target.Value, component.Stomach);
@@ -47,7 +45,7 @@ public sealed class DevourSystem : SharedDevourSystem
 
         _audioSystem.PlayPvs(component.SoundDevour, uid);
     }
-    
+
     private void OnGibContents(EntityUid uid, DevourerComponent component, ref BeingGibbedEvent args)
     {
         if (!component.ShouldStoreDevoured)
index 0eafd75754bd76931b916b4e8650626a477d8052..0f5b2ee3be5fc16095b2da45837470fc73bfc3c8 100644 (file)
     foodPreference: Humanoid
     shouldStoreDevoured: true
     chemical: Ichor
-    healRate: 15.0
+    healRate: 7.5
     whitelist:
       components:
       - MobState
index 7e7c544c12713f617756675f26b2fc4f2818297e..6623e87e7cbaf8965f533729402c33ccb7689432 100644 (file)
       - !type:SatiateThirst
         factor: 1.5
     # Dragon doesn't require airloss healing, so omnizine is still best for humans.
-    Medicine:
-      effects:
       - !type:ModifyBloodLevel
         amount: 3
       - !type:HealthChange