Make smoking cool again. (#6046)

This commit is contained in:
Leon Friedrich
2022-01-07 01:45:02 +13:00
committed by GitHub
parent 6af1bfabf3
commit 4921ea6850
3 changed files with 38 additions and 39 deletions

View File

@@ -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";
}
}