diff --git a/Content.Server/Botany/Systems/TeleportingTraitSystem.cs b/Content.Server/Botany/Systems/TeleportingTraitSystem.cs index ad0aba30bbf..785306e4f03 100644 --- a/Content.Server/Botany/Systems/TeleportingTraitSystem.cs +++ b/Content.Server/Botany/Systems/TeleportingTraitSystem.cs @@ -22,7 +22,7 @@ public override void Initialize() } // sets the potency and the radius - public static void SetPotency(float seedPotency, TeleportingTraitComponent comp) + public static void SetPotencyRadius(float seedPotency, TeleportingTraitComponent comp) { comp.Potency = seedPotency; comp.ProduceTeleportRadius = comp.Potency / comp.PotencyDivide;