Smoking pipe new (#823)

* pipe

* fix delayed smoke ignition

* sage

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
Co-authored-by: Ed <edwardxperia2000@gmail.com>
This commit is contained in:
Nim
2025-02-05 16:44:34 +02:00
committed by GitHub
parent 5e80f98242
commit bf46e6b5e8
17 changed files with 226 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ namespace Content.Server.Nutrition.EntitySystems
}
// Convert smokable item into reagents to be smoked
private bool TryTransferReagents(Entity<SmokingPipeComponent> entity, Entity<SmokableComponent> smokable)
public bool TryTransferReagents(Entity<SmokingPipeComponent> entity, Entity<SmokableComponent> smokable) //CP14 make it public
{
if (entity.Comp.BowlSlot.Item == null)
return false;