Make Seed Non-Unique on Sample (#42527)

Make Seed Unique on Sample
This commit is contained in:
ahandleman
2026-01-19 19:25:41 -06:00
committed by GitHub
parent daccef7b43
commit 88877ff1da

View File

@@ -303,6 +303,7 @@ public sealed class PlantHolderSystem : EntitySystem
{
healthOverride = component.Health;
}
component.Seed.Unique = false;
var packetSeed = component.Seed;
var seed = _botany.SpawnSeedPacket(packetSeed, Transform(args.User).Coordinates, args.User, healthOverride);
_randomHelper.RandomOffset(seed, 0.25f);