From 2c54d3bfc4fae103747153d91c8b0c576598c1de Mon Sep 17 00:00:00 2001 From: iaada Date: Tue, 29 Jul 2025 14:42:49 -0500 Subject: [PATCH] InjectComp --- .../Entities/Objects/Consumable/Drinks/drinks_base.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml index 9856338fb1..313e9c34e2 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml @@ -26,6 +26,10 @@ solution: drink - type: DrainableSolution solution: drink + - type: InjectableSolution # Injectors (syringe) will fallback to RefillableSolution. This adds support for hyposprays and injector anomalies. + solution: drink +# - type: SolutionItemStatus todo Currently does not respect if the solution has ExaminableSolution and always shows the reagent count +# solution: drink - type: SolutionContainerManager solutions: drink: @@ -117,6 +121,8 @@ inHandsFillBaseName: -fill- - type: ExaminableSolution # If you can see the fill levels, you can see the unit count solution: drink + - type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase + solution: drink # Layered visualizer for an entity with fill levels - type: entity @@ -172,6 +178,8 @@ inHandsFillBaseName: -fill- - type: ExaminableSolution # If you can see the fill levels, you can see the unit count solution: drink + - type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase + solution: drink # Visualizer for an openable entity with fill levels, already filled - type: entity -- 2.51.2