* We boolin' now

* Updated Meta.json
This commit is contained in:
Swept
2020-06-25 16:02:48 +00:00
committed by GitHub
parent 602dac393e
commit 339dced7a4
6 changed files with 81 additions and 0 deletions

View File

@@ -289,3 +289,24 @@
visuals:
- type: DrinkFoodVisualizer2D
steps: 2
- type: entity
parent: DrinkBaseCup
id: DrinkLean
name: Lean
description: Bro Drake has such a cool fade bro Drake is the best bro c'mon bro he's
components:
- type: Solution
maxVol: 20
contents:
reagents:
- ReagentId: chem.Lean
Quantity: 20
- type: Sprite
sprite: Objects/Drinks/lean.rsi
state: icon
- type: Icon
sprite: Objects/Drinks/lean.rsi
state: icon
- type: Item
sprite: Objects/Drinks/lean.rsi

View File

@@ -161,3 +161,12 @@
metabolism:
- !type:DefaultDrink
rate: 1
- type: reagent
id: chem.Lean
name: lean
desc: Turn up for days
color: "#9400D3"
metabolism:
- !type:DefaultDrink
rate: 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

View File

@@ -0,0 +1,51 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/tgstation/tgstation/blob/master/icons/obj/drinks.dmi",
"states": [
{
"name": "icon",
"directions": 1
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}