Cap ChemMaster label length (#12260)

* Cap ChemMaster label length

* Reroll for green checkmark
This commit is contained in:
0x6273
2022-10-28 19:43:59 +02:00
committed by GitHub
parent 3078e359c0
commit a2e6ab2d07
3 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ namespace Content.Shared.Chemistry
public const string OutputSlotName = "outputSlot";
public const string PillSolutionName = "food";
public const string BottleSolutionName = "drink";
public const uint LabelMaxLength = 50;
}
[Serializable, NetSerializable]