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:
Swept
2021-02-22 04:08:17 +00:00
committed by GitHub
parent 932ae78621
commit 4a67fc1d22
306 changed files with 2537 additions and 125 deletions

View File

@@ -80,3 +80,25 @@
amount: 4
- !type:AdjustWeeds
amount: -6
- type: reagent
id: chem.THC
name: THC
desc: The main psychoactive compound in cannabis.
color: "#808080"
physicalDesc: crystalline
plantMetabolism:
- !type:AdjustNutrition
amount: -5
- !type:AdjustHealth
amount: -1
- type: reagent
id: chem.Nicotine
name: Nicotine
desc: Dangerous and highly addictive.
color: "#C0C0C0"
physicalDesc: strong smelling
plantMetabolism:
- !type:AdjustHealth
amount: -5

View File

@@ -305,3 +305,10 @@
desc: An illegal compound which induces a number of effects such as loss of balance and visual artefacts.
physicalDesc: syrupy
color: "#63806e"
- type: reagent
id: chem.THCOil
name: THC oil
desc: Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.
physicalDesc: skunky
color: "#DAA520"