Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add lemon juice and fix bad sprite allocation #27465

Merged
merged 10 commits into from
Jun 22, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
DrinkGildlagerBottleFull: 2 #if champagne gets less because its premium, then gildlager should match this and have two
DrinkGrenadineBottleFull: 2
DrinkJuiceLimeCarton: 3
DrinkJuiceLemonCarton: 3
DrinkJuiceOrangeCarton: 3
DrinkJuiceTomatoCarton: 3
DrinkCoffeeLiqueurBottleFull: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,18 @@
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/oatmilk.rsi

- type: entity
parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull]
id: DrinkJuiceLemonCarton
name: lemon juice
description: First it's sour, then it's still sour.
components:
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: JuiceLemon
Quantity: 50
- type: Sprite
sprite: Objects/Consumable/Drinks/lemonjuice.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@
- ReagentId: JuiceLemon
Quantity: 30
- type: Icon
sprite: Objects/Consumable/Drinks/lemonjuice.rsi
sprite: Objects/Consumable/Drinks/lemonjuiceglass.rsi
state: icon

- type: entity
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]}
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
"states": [
{
"name": "icon"
},
{
"name": "icon_open"
}
]
}
Loading