From: iaada Date: Wed, 6 Aug 2025 04:35:57 +0000 (-0500) Subject: couple more changes X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5d6c020e2a35ed6cab8397578fb4512af90edc25;p=space-station-14.git couple more changes --- 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