fire axe plating (#18087)
This commit is contained in:
@@ -37,6 +37,11 @@ namespace Content.Shared.Maps
|
||||
public string BaseTurf { get; } = string.Empty;
|
||||
|
||||
[DataField("canCrowbar")] public bool CanCrowbar { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether this tile can be pried by an advanced prying tool if not pryable otherwise.
|
||||
/// </summary>
|
||||
[DataField("canAxe")] public bool CanAxe { get; private set; }
|
||||
|
||||
[DataField("canWirecutter")] public bool CanWirecutter { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user