From e9ea47908710794a901b7b6593957a37e6c498eb Mon Sep 17 00:00:00 2001 From: SarahRaven <220771817+SarahRaven@users.noreply.github.com> Date: Wed, 27 May 2026 03:38:40 -0400 Subject: [PATCH 1/4] New chemicals to mess around with --- .../CorticalBorer/cortical_borer_chemicals.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Prototypes/_Mono/CorticalBorer/cortical_borer_chemicals.yml b/Resources/Prototypes/_Mono/CorticalBorer/cortical_borer_chemicals.yml index ea3671cb52a..679dfc93d5c 100644 --- a/Resources/Prototypes/_Mono/CorticalBorer/cortical_borer_chemicals.yml +++ b/Resources/Prototypes/_Mono/CorticalBorer/cortical_borer_chemicals.yml @@ -58,3 +58,18 @@ id: borerNocturine cost: 5 # needs 18u to start the sleep, so more than blind but still cheaper reagent: Nocturine + +- type: borerChemical + id: borerInaprovaline + cost: 5 + reagent: Inaprovaline + +- type: borerChemical + id: borerLeporazine + cost: 5 + reagent: Leporazine + +- type: borerChemical + id: borerPax + cost: 20 + reagent: Pax From 6c5047fd45f76fadce29edc2cf23520c2eb9da8c Mon Sep 17 00:00:00 2001 From: SarahRaven <220771817+SarahRaven@users.noreply.github.com> Date: Wed, 27 May 2026 03:49:20 -0400 Subject: [PATCH 2/4] Increased default height of the dispenser window to show all chems --- .../_Mono/CorticalBorer/CorticalBorerDispenserWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/_Mono/CorticalBorer/CorticalBorerDispenserWindow.xaml b/Content.Client/_Mono/CorticalBorer/CorticalBorerDispenserWindow.xaml index af07ec42b13..99b57eaedb3 100644 --- a/Content.Client/_Mono/CorticalBorer/CorticalBorerDispenserWindow.xaml +++ b/Content.Client/_Mono/CorticalBorer/CorticalBorerDispenserWindow.xaml @@ -5,7 +5,7 @@ xmlns:ui="clr-namespace:Content.Client.Chemistry.UI" Title="{Loc 'reagent-dispenser-bound-user-interface-title'}" MinSize="400 175" - SetSize="600 300"> + SetSize="600 375">