From c3fe975e8b8cf1dd220a49ceecd7450535eabf45 Mon Sep 17 00:00:00 2001 From: Pok <113675512+Pok27@users.noreply.github.com> Date: Sat, 4 May 2024 23:07:29 +0300 Subject: [PATCH] More descriptions for the beakers in the status panel (#27669) Bottles Descriptions for status panel --- .../Prototypes/Entities/Objects/Specific/chemistry-bottles.yml | 2 ++ .../Prototypes/Entities/Objects/Specific/chemistry-vials.yml | 2 ++ Resources/Prototypes/Entities/Objects/Specific/chemistry.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry-bottles.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry-bottles.yml index 3005f6b947..6fdb77fe5f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry-bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry-bottles.yml @@ -42,6 +42,8 @@ - type: SolutionTransfer maxTransferAmount: 30 canChangeTransferAmount: true + - type: SolutionItemStatus + solution: drink - type: UserInterface interfaces: enum.TransferAmountUiKey.Key: diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml index ed36861bb2..39a35dba8c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml @@ -48,6 +48,8 @@ - type: SolutionTransfer maxTransferAmount: 30 canChangeTransferAmount: true + - type: SolutionItemStatus + solution: beaker - type: UserInterface interfaces: enum.TransferAmountUiKey.Key: diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index db81ebbe49..ce0e0b629a 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -136,6 +136,8 @@ solution: beaker - type: SolutionTransfer canChangeTransferAmount: true + - type: SolutionItemStatus + solution: beaker - type: UserInterface interfaces: enum.TransferAmountUiKey.Key: -- 2.52.0