Chem entity nerf (#11037)

This commit is contained in:
Kara
2022-09-05 18:43:04 -07:00
committed by GitHub
parent 9b67574225
commit 63b147e111
5 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ namespace Content.Shared.Chemistry.Components
[Virtual]
public class SharedChemMasterComponent : Component
{
public const int MaxEntitySpawns = 10;
public static string BeakerSlotId = "ChemMaster-beaker";
[DataField("beakerSlot")]