Gave Bartender Pineapple Juice Cartons (#34769)
pineapple juice core pina colada maxxed
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
DrinkGrenadineBottleFull: 2
|
||||
DrinkJuiceLimeCarton: 3
|
||||
DrinkJuiceLemonCarton: 3
|
||||
DrinkJuicePineappleCarton: 3
|
||||
DrinkJuiceOrangeCarton: 3
|
||||
DrinkJuiceTomatoCarton: 3
|
||||
DrinkCoffeeLiqueurBottleFull: 3
|
||||
|
||||
@@ -209,3 +209,18 @@
|
||||
Quantity: 50
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/lemonjuice.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull]
|
||||
id: DrinkJuicePineappleCarton
|
||||
name: pineapple juice
|
||||
description: Tastes like a tropical vacation far from space.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
reagents:
|
||||
- ReagentId: JuicePineapple
|
||||
Quantity: 50
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/pineapplejuice.rsi
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 272 B |
Binary file not shown.
|
After Width: | Height: | Size: 277 B |
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "GrownSamoyedDog on Github. A variant of orangejuice carton from: https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "icon_open"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user