Add smoking pipe (#11419)

* Add smoking pipe

* fix access issue

* try fix init issue

* fixed for real
This commit is contained in:
themias
2022-09-19 19:54:33 -04:00
committed by GitHub
parent 42f85a4b32
commit d8dc54f836
10 changed files with 223 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ namespace Content.Server.Nutrition.EntitySystems
SubscribeLocalEvent<SmokableComponent, ComponentShutdown>(OnSmokableShutdownEvent);
InitializeCigars();
InitializePipes();
}
public void SetSmokableState(EntityUid uid, SmokableState state, SmokableComponent? smokable = null,