]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
couple more changes
authoriaada <iaada@users.noreply.github.com>
Wed, 6 Aug 2025 04:35:57 +0000 (23:35 -0500)
committeriaada <iaada@users.noreply.github.com>
Wed, 6 Aug 2025 04:35:57 +0000 (23:35 -0500)
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_special.yml

index 4fedc365521c8540cf7cf1ead0b8d8d8fadae464..eb5a3e367e441a4584676129e793bc48752a375c 100644 (file)
     - 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
       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
index eb10493467d067886222aee75620c2d9bb485812..504c336a21cafb31338868509e8ee50937da87a3 100644 (file)
@@ -24,7 +24,7 @@
   - type: TrashOnSolutionEmpty
     solution: drink
   - type: ExaminableSolution # Remove when DrinkVisualAll is added
-    opaque: false
+    examinableWhileClosed: true
     heldOnly: false
 
 - type: entity
index 27d568eb82a0b51def0306e5ef7d10ae42c7e31f..63f65505de09e7411389e6e09087b5de2d53a337 100644 (file)
   - type: SolutionContainerManager
     solutions:
       drink:
-        maxVol: 20 # might be too much
+        maxVol: 20
   - type: SolutionTransfer
     canChangeTransferAmount: true
     minTransferAmount: 1