Make smoking cool again. (#6046)
This commit is contained in:
@@ -24,5 +24,13 @@ namespace Content.Server.Nutrition.Components
|
||||
|
||||
[DataField("state")]
|
||||
public SmokableState State { get; set; } = SmokableState.Unlit;
|
||||
|
||||
// clothing prefixes
|
||||
[DataField("burntPrefix")]
|
||||
public string BurntPrefix = "unlit";
|
||||
[DataField("litPrefix")]
|
||||
public string LitPrefix = "lit";
|
||||
[DataField("unlitPrefix")]
|
||||
public string UnlitPrefix = "unlit";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user