From 5d6c020e2a35ed6cab8397578fb4512af90edc25 Mon Sep 17 00:00:00 2001 From: iaada Date: Tue, 5 Aug 2025 23:35:57 -0500 Subject: [PATCH] couple more changes --- .../Entities/Objects/Consumable/Drinks/drinks_base.yml | 4 ++-- .../Entities/Objects/Consumable/Drinks/drinks_fun.yml | 2 +- .../Entities/Objects/Consumable/Drinks/drinks_special.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml index 4fedc36552..eb5a3e367e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml @@ -104,7 +104,7 @@ - state: icon map: ["enum.OpenableVisuals.Layer"] - type: ExaminableSolution - opaque: true # If you can't see the fill levels on the sprite, we can assume it's opaque + examinableWhileClosed: false # If you can't see the fill levels on the sprite, we can assume it's opaque heldOnly: true # If it's opaque, you probably can't see through the open lid from a distance # Basic visualizer for an entity with fill levels @@ -173,7 +173,7 @@ map: ["enum.SolutionContainerLayers.Fill"] visible: false - type: ExaminableSolution - opaque: false # If you can see the fill levels it's not opaque + examinableWhileClosed: true # If you can see the fill levels it's not opaque heldOnly: false # Visualizer for an openable entity with fill levels, already filled diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml index eb10493467..504c336a21 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml @@ -24,7 +24,7 @@ - type: TrashOnSolutionEmpty solution: drink - type: ExaminableSolution # Remove when DrinkVisualAll is added - opaque: false + examinableWhileClosed: true heldOnly: false - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_special.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_special.yml index 27d568eb82..63f65505de 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_special.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_special.yml @@ -160,7 +160,7 @@ - type: SolutionContainerManager solutions: drink: - maxVol: 20 # might be too much + maxVol: 20 - type: SolutionTransfer canChangeTransferAmount: true minTransferAmount: 1 -- 2.51.2