Skip to content

Commit

Permalink
un nerf botany a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheackraze committed Mar 4, 2024
1 parent 8463cda commit 0146f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Botany/Systems/PlantHolderSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ private void OnInteractUsing(Entity<PlantHolderComponent> entity, ref InteractUs
return;
}

component.Health -= (_random.Next(3, 5) * 10);
component.Health -= (_random.Next(3, 5) * 5);
component.Seed.Unique = false;
var seed = _botany.SpawnSeedPacket(component.Seed, Transform(args.User).Coordinates, args.User, component.Health);
_randomHelper.RandomOffset(seed, 0.25f);
Expand Down

0 comments on commit 0146f9c

Please sign in to comment.