]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
`BaseSpawnEntityEntityEffect` scales its spawned entities by default (#41091)
authorCentronias <me@centronias.com>
Sat, 25 Oct 2025 00:18:43 +0000 (17:18 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Oct 2025 00:18:43 +0000 (00:18 +0000)
* make basically all entity spawning reactions scaling

* Intelligence

Content.Shared/EntityEffects/Effects/EntitySpawning/BaseSpawnEntityEntityEffect.cs

index 3f5d5b3b57b6b5b84e6f5891a2436b5d0caaf5e1..bd8d68813e38598caa682a10c97c4982c0609545 100644 (file)
@@ -28,6 +28,9 @@ public abstract partial class BaseSpawnEntityEntityEffect<T> : EntityEffectBase<
     [DataField]
     public bool Predicted = true;
 
+    /// <inheritdoc cref="EntityEffect.Scaling"/>
+    public override bool Scaling => true;
+
     public override string EntityEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
         => Loc.GetString("entity-effect-guidebook-spawn-entity",
             ("chance", Probability),