Refactors smoking to ECS, smoking actually makes you inhale reagents. (#4678)
This commit is contained in:
committed by
GitHub
parent
0767bd3777
commit
f913d8361d
@@ -4,7 +4,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Smoking
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum SharedBurningStates : byte
|
||||
public enum SmokableState : byte
|
||||
{
|
||||
Unlit,
|
||||
Lit,
|
||||
Reference in New Issue
Block a user