couple more changes

This commit is contained in:
iaada
2025-08-05 23:35:57 -05:00
parent af3af9a141
commit 5d6c020e2a
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -24,7 +24,7 @@
- type: TrashOnSolutionEmpty
solution: drink
- type: ExaminableSolution # Remove when DrinkVisualAll is added
opaque: false
examinableWhileClosed: true
heldOnly: false
- type: entity

View File

@@ -160,7 +160,7 @@
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20 # might be too much
maxVol: 20
- type: SolutionTransfer
canChangeTransferAmount: true
minTransferAmount: 1