screaming and crying (#5447)

This commit is contained in:
mirrorcult
2021-11-22 01:40:14 -07:00
committed by GitHub
parent 1738b571ee
commit 0f2dda8275
4 changed files with 28 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ namespace Content.Server.Chemistry.Components
public class FoamSolutionAreaEffectComponent : SolutionAreaEffectComponent
{
public override string Name => "FoamSolutionAreaEffect";
public new const string SolutionName = "foam";
public new const string SolutionName = "solutionArea";
[DataField("foamedMetalPrototype")] private string? _foamedMetalPrototype;