From b728f36f30260a80a7a499429430f0d7c69ff54d Mon Sep 17 00:00:00 2001 From: Lamrr <96937466+Lamrr@users.noreply.github.com> Date: Fri, 3 May 2024 02:17:36 +1000 Subject: [PATCH] Wine and beer bottles can be inserted into booze dispenser (#27626) Fixes tags on wine and beer bottles --- .../Entities/Objects/Consumable/Drinks/drinks_bottles.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 73b1e06f9b..35ad43586b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -362,6 +362,7 @@ - type: Tag tags: - Wine + - DrinkBottle - type: entity parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] @@ -511,6 +512,7 @@ - type: Tag tags: - Wine + - DrinkBottle # Small Bottles @@ -536,6 +538,7 @@ - type: Tag tags: - Beer + - DrinkBottle - type: entity parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] @@ -559,7 +562,7 @@ - type: Tag tags: - Beer - + - DrinkBottle - type: entity parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] -- 2.52.0