]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix infinite banana bug (#32167)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sun, 15 Sep 2024 01:54:18 +0000 (03:54 +0200)
committerGitHub <noreply@github.com>
Sun, 15 Sep 2024 01:54:18 +0000 (11:54 +1000)
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ChemicalPuddleArtifactSystem.cs

index cd312797ce737de3ec0724ffda4072f19008558a..542d8bb84cc25e8cab0108323ed911a20ca85331 100644 (file)
@@ -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.
     /// </summary>
-    public const string NodeDataChemicalList = "nodeDataSpawnAmount";
+    public const string NodeDataChemicalList = "nodeDataChemicalList";
 
     /// <inheritdoc/>
     public override void Initialize()