From 311adbaac992e1c04db52284fb175bf4595f507b Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 4 Aug 2024 17:06:01 -0700 Subject: [PATCH] minor spelling mistake strikes again --- Content.Server/Botany/Systems/TeleportingTraitSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;