Skip to content

Commit

Permalink
i may be stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
dootythefrooty committed Aug 6, 2024
1 parent e4df595 commit 1ad666a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Content.Server/Botany/Components/TeleportingTraitComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ public sealed partial class TeleportingTraitComponent : Component
{
/// <summary>
/// Teleportation radius of produce.
///
/// </summary>
[DataField]
public float ProduceTeleportRadius;

/// <summary>
/// How much to divide the potency.
///
/// </summary>
[DataField]
public float PotencyDivide = 10f;

/// <summary>
/// Potency of fruit.
///
/// </summary>
[DataField]
public float Potency;

/// <summary>
/// Chance of deletion.
///
/// </summary>
[DataField]
public float DeletionChance = .5f;
}
Expand Down

0 comments on commit 1ad666a

Please sign in to comment.