Adds NoExamine SolutionCap.

This commit is contained in:
Pieter-Jan Briers
2020-04-18 01:10:26 +02:00
parent 4328d17994
commit b137d4eaf0
2 changed files with 10 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ namespace Content.Shared.Chemistry
/// <para>Allows us to have obscenely large containers that are harder to abuse in chem dispensers
/// since they can't be placed directly in them.</para>
/// </summary>
FitsInDispenser = 16,
FitsInDispenser = 16,
NoExamine = 32,
}
}