Check mass on climb glass table (#6959)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
wrexbe
2022-03-02 06:07:48 -08:00
committed by GitHub
parent 0dc05574bd
commit 075f18c277
3 changed files with 11 additions and 0 deletions

View File

@@ -25,6 +25,12 @@ public sealed class GlassTableComponent : Component
[DataField("tableDamage")]
public DamageSpecifier TableDamage = default!;
/// <summary>
/// How much mass should be needed to break the table?
/// </summary>
[DataField("tableMassLimit")]
public float MassLimit;
/// <summary>
/// How long should someone who climbs on this table be stunned for?
/// </summary>