Allow C4's auto-starting when stickied quality to be toggled (#10434)

This commit is contained in:
Veritius
2022-08-14 15:48:02 +10:00
committed by GitHub
parent f69fb1d9ce
commit 51fa58673a
4 changed files with 35 additions and 1 deletions

View File

@@ -38,5 +38,11 @@ namespace Content.Server.Explosion.Components
/// </summary>
[DataField("startOnStick")]
public bool StartOnStick;
/// <summary>
/// Allows changing the start-on-stick quality.
/// </summary>
[DataField("canToggleStartOnStick")]
public bool AllowToggleStartOnStick;
}
}