fire axe plating (#18087)

This commit is contained in:
Ilya246
2023-07-17 11:47:20 +04:00
committed by GitHub
parent a5769429bf
commit 9261cef915
6 changed files with 22 additions and 4 deletions

View File

@@ -12,6 +12,12 @@ namespace Content.Server.Tools.Components
[DataField("qualityNeeded", customTypeSerializer:typeof(PrototypeIdSerializer<ToolQualityPrototype>))]
public string QualityNeeded = "Prying";
/// <summary>
/// Whether this tool can pry tiles with CanAxe.
/// </summary>
[DataField("advanced")]
public bool Advanced = false;
[DataField("delay")]
public float Delay = 1f;