From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sun, 15 Sep 2024 01:54:18 +0000 (+0200) Subject: fix infinite banana bug (#32167) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f81d18914d158be67100c60d7c6af192f23cce29;p=space-station-14.git fix infinite banana bug (#32167) --- diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ChemicalPuddleArtifactSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ChemicalPuddleArtifactSystem.cs index cd312797ce..542d8bb84c 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ChemicalPuddleArtifactSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ChemicalPuddleArtifactSystem.cs @@ -18,7 +18,7 @@ public sealed class ChemicalPuddleArtifactSystem : EntitySystem /// The key for the node data entry containing /// the chemicals that the puddle is made of. /// - public const string NodeDataChemicalList = "nodeDataSpawnAmount"; + public const string NodeDataChemicalList = "nodeDataChemicalList"; /// public override void Initialize()