Add spawnable spent cigarettes and folded chairs. (#12294)

This commit is contained in:
Vordenburg
2022-11-03 21:38:56 -04:00
committed by GitHub
parent af9e524f75
commit 8f2d93c66a
7 changed files with 89 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ namespace Content.Server.Light.Components
/// Current state to matchstick. Can be <code>Unlit</code>, <code>Lit</code> or <code>Burnt</code>.
/// </summary>
[ViewVariables]
[DataField("state")]
public SmokableState CurrentState = SmokableState.Unlit;
/// <summary>