From 72d6fc35373baf3d509e90b4fcb82f9208b1fd18 Mon Sep 17 00:00:00 2001 From: iaada Date: Fri, 8 Aug 2025 19:14:18 -0500 Subject: [PATCH] variable alias --- .../Objects/Consumable/Drinks/drinks_base.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml index c0956fb33a..f9903ccedc 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml @@ -17,24 +17,24 @@ - type: DnaSubstanceTrace - type: Edible edible: Drink # Namesake. This entity is a sort of cup you can drink directly from. - solution: drink destroyOnEmpty: false + solution: &sol drink # solution name alias - type: Spillable - solution: drink + solution: *sol - type: MixableSolution - solution: drink + solution: *sol - type: DrawableSolution - solution: drink + solution: *sol - type: RefillableSolution - solution: drink + solution: *sol - type: DrainableSolution - solution: drink + solution: *sol - type: InjectableSolution # Injectors (syringe) will fall back to RefillableSolution. This adds support for hyposprays and liquid anomalies. - solution: drink + solution: *sol - type: ExaminableSolution - solution: drink + solution: *sol - type: SolutionItemStatus - solution: drink + solution: *sol - type: SolutionContainerManager solutions: drink: @@ -56,7 +56,7 @@ components: - type: SpaceGarbage - type: TrashOnSolutionEmpty - solution: drink + solution: *sol - type: Tag tags: - Trash @@ -70,7 +70,7 @@ components: - type: Openable - type: PressurizedSolution - solution: drink + solution: *sol - type: Shakeable - type: Sealable -- 2.51.2