Renamed "Irish Car Bomb" drink to "Irish Slammer" (#34107)
* Renamed "Irish Car Bomb" drink to "Irish Slammer", due to concerns over insensitivity. * Fixing some missed references * Added prototype id changes to migration.yml. Removed any reference to the troubles (and corrected ale to stout for flavour text). * Corrected description back to "Irish Cream" * Removed non-entities from migration.yml
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
- DrinkIcedBeerGlass
|
||||
- DrinkIceCreamGlass
|
||||
- IrishBoolGlass
|
||||
- DrinkIrishCarBomb
|
||||
- DrinkIrishSlammer
|
||||
- DrinkIrishCoffeeGlass
|
||||
- DrinkLemonadeGlass
|
||||
- DrinkKiraSpecial
|
||||
|
||||
@@ -1115,18 +1115,18 @@
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlass
|
||||
id: DrinkIrishCarBomb
|
||||
suffix: irish car bomb
|
||||
id: DrinkIrishSlammer
|
||||
suffix: irish slammer
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 30
|
||||
reagents:
|
||||
- ReagentId: IrishCarBomb
|
||||
- ReagentId: IrishSlammer
|
||||
Quantity: 30
|
||||
- type: Icon
|
||||
sprite: Objects/Consumable/Drinks/irishcarbomb.rsi
|
||||
sprite: Objects/Consumable/Drinks/irishslammer.rsi
|
||||
state: icon
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -595,9 +595,9 @@
|
||||
description: flavor-complex-vermouth
|
||||
|
||||
- type: flavor
|
||||
id: irishcarbomb
|
||||
id: irishslammer
|
||||
flavorType: Complex
|
||||
description: flavor-complex-irish-car-bomb
|
||||
description: flavor-complex-irish-slammer
|
||||
|
||||
- type: flavor
|
||||
id: vodkaredbool
|
||||
|
||||
@@ -1072,15 +1072,15 @@
|
||||
fizziness: 0.6
|
||||
|
||||
- type: reagent
|
||||
id: IrishCarBomb
|
||||
name: reagent-name-irish-car-bomb
|
||||
id: IrishSlammer
|
||||
name: reagent-name-irish-slammer
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-irish-car-bomb
|
||||
desc: reagent-desc-irish-slammer
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: irishcarbomb
|
||||
flavor: irishslammer
|
||||
color: "#2E6671"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/irishcarbomb.rsi
|
||||
sprite: Objects/Consumable/Drinks/irishslammer.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 6
|
||||
metamorphicFillBaseName: fill-
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
reactants:
|
||||
Cognac:
|
||||
amount: 1
|
||||
IrishCarBomb:
|
||||
IrishSlammer:
|
||||
amount: 1
|
||||
CoffeeLiqueur:
|
||||
amount: 1
|
||||
@@ -559,20 +559,20 @@
|
||||
reactants:
|
||||
EnergyDrink:
|
||||
amount: 1
|
||||
IrishCarBomb:
|
||||
IrishSlammer:
|
||||
amount: 1
|
||||
products:
|
||||
IrishBool: 2
|
||||
|
||||
- type: reaction
|
||||
id: IrishCarBomb
|
||||
id: IrishSlammer
|
||||
reactants:
|
||||
Ale:
|
||||
amount: 1
|
||||
IrishCream:
|
||||
amount: 1
|
||||
products:
|
||||
IrishCarBomb: 2
|
||||
IrishSlammer: 2
|
||||
|
||||
- type: reaction
|
||||
id: IrishCoffee
|
||||
|
||||
Reference in New Issue
Block a user