using Content.Server.Nutrition.Components;
+using Content.Shared.Nutrition.Components;
using Content.Shared.Interaction;
using Content.Shared.Smoking;
using Content.Shared.Temperature;
using Content.Server.Chemistry.Components.SolutionManager;
using Content.Server.Nutrition.Components;
+using Content.Shared.Nutrition.Components;
using Content.Shared.Containers.ItemSlots;
using Content.Shared.Interaction;
using Content.Shared.PDA;
using Content.Server.Body.Systems;
using Content.Server.Chemistry.EntitySystems;
using Content.Server.Nutrition.Components;
+using Content.Shared.Nutrition.Components;
using Content.Shared.Chemistry;
using Content.Shared.Chemistry.Reagent;
using Content.Shared.Clothing.Components;
-using Content.Server.Nutrition.EntitySystems;
using Content.Shared.FixedPoint;
using Content.Shared.Smoking;
+using Robust.Shared.GameStates;
-namespace Content.Server.Nutrition.Components
+namespace Content.Shared.Nutrition.Components
{
- [RegisterComponent, Access(typeof(SmokingSystem))]
+ [RegisterComponent, NetworkedComponent]
public sealed class SmokableComponent : Component
{
[DataField("solution")]
uiWindowPos: 0,0
strippingWindowPos: 0,0
displayName: Head
+ - name: mask
+ slotTexture: mask
+ slotFlags: MASK
+ uiWindowPos: 1,1
+ strippingWindowPos: 1,1
+ displayName: Mask
+ whitelist:
+ tags:
+ - PetWearable
+ components:
+ - Smokable