Fleshes out smoking content (#3295)
* RSIs sorted out * Bookmark * Updated packet RSIs for Stacks * Cigs Packs done * Cigarette Cartons * fucking MANUALLY fixed the cigarette inhands, fuck you tgstation * Pipes work * Cigars/Cases * Updates vending machine inventory * tweaks count * Adds a cigarette crate * Fixes RSIs, working on rolling paper * Adds Tobacco and Cannabis plants * Cigarettes and Rollies are now craftable * There * Fixed crafting recipes * Reset RobustToolbox * Netsync'd * Ready Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.IoC;
|
||||
using Robust.Shared.Players;
|
||||
@@ -137,6 +137,12 @@ namespace Content.Shared.GameObjects.Components
|
||||
FloorTileWhite,
|
||||
FloorTileDark,
|
||||
FloorTileWood,
|
||||
MetalRod
|
||||
MetalRod,
|
||||
PaperRolling,
|
||||
CigaretteFilter,
|
||||
GroundTobacco,
|
||||
GroundCannabis,
|
||||
LeavesTobaccoDried,
|
||||
LeavesCannabisDried
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user