Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
Mith-randalf
2021-12-21 17:20:32 +00:00
committed by GitHub
parent 83ad282802
commit 916d9e1e23
32 changed files with 209 additions and 2 deletions

View File

@@ -60,5 +60,12 @@ namespace Content.Server.Tools.Components
/// </remarks>
[DataField("litMeleeDamageBonus")]
public DamageSpecifier LitMeleeDamageBonus = new();
/// <summary>
/// Whether the item is safe to refill while lit without exploding the tank.
/// </summary>
[DataField("tankSafe")]
public bool TankSafe = false; //I have no idea what I'm doing
}
}