Rename Kahlua to Coffee Liqueur (#12525)
Closes https://github.com/space-wizards/space-station-14/issues/10486
This commit is contained in:
@@ -22,8 +22,8 @@ reagent-desc-ethanol = A simple alcohol, makes you drunk if consumed, flammable.
|
||||
reagent-name-gin = gin
|
||||
reagent-desc-gin = A distilled alcoholic drink that derives its predominant flavour from juniper berries.
|
||||
|
||||
reagent-name-kahlua = kahlua
|
||||
reagent-desc-kahlua = A widely known, Mexican coffee-flavoured liqueur.
|
||||
reagent-name-coffeeliqueur = coffee liqueur
|
||||
reagent-desc-coffeeliqueur = Liquor flavoured with cold brewed coffee and spices.
|
||||
|
||||
reagent-name-melon-liquor = melon liquor
|
||||
reagent-desc-melon-liquor = A relatively sweet and fruity 46 proof liquor.
|
||||
|
||||
@@ -138512,7 +138512,7 @@ entities:
|
||||
parent: 100
|
||||
type: Transform
|
||||
- content: >
|
||||
Brave Bull - Tequila 2, Kahlua 1
|
||||
Brave Bull - Tequila 2, Coffee Liqueur 1
|
||||
|
||||
Moonshine - Vodka 1, Tequila 1, Whiskey 1
|
||||
|
||||
@@ -138526,7 +138526,7 @@ entities:
|
||||
|
||||
Starkist - Cola 1, OJ 2
|
||||
|
||||
Black Russian - Vodka 2, Kahlua 1
|
||||
Black Russian - Vodka 2, Coffee Liqueur 1
|
||||
type: Paper
|
||||
- uid: 16611
|
||||
type: PosterLegitObey
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
- SodaWater
|
||||
- TonicWater
|
||||
- Beer
|
||||
- Kahlua
|
||||
- CoffeeLiqueur
|
||||
- Whiskey
|
||||
- Wine
|
||||
- Vodka
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
DrinkJuiceLimeCarton: 3
|
||||
DrinkJuiceOrangeCarton: 3
|
||||
DrinkJuiceTomatoCarton: 3
|
||||
DrinkKahluaBottleFull: 3
|
||||
DrinkCoffeeLiqueurBottleFull: 3
|
||||
DrinkMelonLiquorBottleFull: 3
|
||||
DrinkPatronBottleFull: 2
|
||||
DrinkRumBottleFull: 4
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
- DrinkGrenadineBottleFull
|
||||
- DrinkGinBottleFull
|
||||
- DrinkGoldschlagerBottleFull
|
||||
- DrinkKahluaBottleFull
|
||||
- DrinkCoffeeLiqueurBottleFull
|
||||
- DrinkMelonLiquorBottleFull
|
||||
- DrinkPatronBottleFull
|
||||
- DrinkRumBottleFull
|
||||
|
||||
@@ -1026,8 +1026,8 @@
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlassBase
|
||||
id: DrinkKahluaGlass
|
||||
name: kahlua glass
|
||||
id: DrinkCoffeeLiqueurGlass
|
||||
name: Coffee Liqueur glass
|
||||
description: DAMN, THIS THING LOOKS ROBUST
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -1035,10 +1035,10 @@
|
||||
drink:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Kahlua
|
||||
- ReagentId: CoffeeLiqueur
|
||||
Quantity: 50
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/kahluaglass.rsi
|
||||
sprite: Objects/Consumable/Drinks/coffeeliqueurglass.rsi
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlassBase
|
||||
|
||||
@@ -167,18 +167,18 @@
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBottleBaseFull
|
||||
id: DrinkKahluaBottleFull
|
||||
name: kahlua bottle
|
||||
description: A widely known, Mexican coffee-flavoured liqueur. In production since 1936, HONK.
|
||||
id: DrinkCoffeeLiqueurBottleFull
|
||||
name: coffee liqueur bottle
|
||||
description: The great taste of coffee with none of the benifits.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
reagents:
|
||||
- ReagentId: Kahlua
|
||||
- ReagentId: CoffeeLiqueur
|
||||
Quantity: 100
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/kahluabottle.rsi
|
||||
sprite: Objects/Consumable/Drinks/coffeeliqueurbottle.rsi
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBottleBaseFull
|
||||
|
||||
@@ -129,12 +129,12 @@
|
||||
|
||||
|
||||
- type: entity
|
||||
name: kahlua bottle
|
||||
name: coffee liqueur bottle
|
||||
parent: DrinkBottleBaseEmpty
|
||||
id: DrinkBottleKahlua
|
||||
id: DrinkBottleCoffeeLiqueur
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/TrashDrinks/kahluabottle_empty.rsi
|
||||
sprite: Objects/Consumable/TrashDrinks/coffeeliqueurbottle_empty.rsi
|
||||
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -143,14 +143,14 @@
|
||||
amount: 0.2
|
||||
|
||||
- type: reagent
|
||||
id: Kahlua
|
||||
name: reagent-name-kahlua
|
||||
id: CoffeeLiqueur
|
||||
name: reagent-name-coffeeliqueur
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-kahlua
|
||||
desc: reagent-desc-coffeeliqueur
|
||||
physicalDesc: reagent-physical-desc-cloudy
|
||||
flavor: coffeeliquor
|
||||
color: "#664300"
|
||||
spritePath: kahluaglass.rsi
|
||||
spritePath: coffeeliqueurglass.rsi
|
||||
|
||||
- type: reagent
|
||||
id: MelonLiquor
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
amount: 1
|
||||
IrishCarBomb:
|
||||
amount: 1
|
||||
Kahlua:
|
||||
CoffeeLiqueur:
|
||||
amount: 1
|
||||
products:
|
||||
B52: 3
|
||||
@@ -69,7 +69,7 @@
|
||||
- type: reaction
|
||||
id: BlackRussian
|
||||
reactants:
|
||||
Kahlua:
|
||||
CoffeeLiqueur:
|
||||
amount: 1
|
||||
Vodka:
|
||||
amount: 2
|
||||
@@ -105,7 +105,7 @@
|
||||
- type: reaction
|
||||
id: BraveBull
|
||||
reactants:
|
||||
Kahlua:
|
||||
CoffeeLiqueur:
|
||||
amount: 1
|
||||
Tequila:
|
||||
amount: 2
|
||||
|
||||
|
Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 462 B |
|
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 497 B |
Reference in New Issue
Block a user