Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 475">
<BoxContainer Orientation="Horizontal">
<BoxContainer Orientation="Vertical" MinWidth="170">
<Label Text="{Loc 'reagent-dispenser-window-amount-to-dispense-label'}" HorizontalAlignment="Center" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,34 @@
id: borerNocturine
cost: 5 # needs 18u to start the sleep, so more than blind but still cheaper
reagent: Nocturine

- type: borerChemical
id: borerLeporazine
cost: 5
reagent: Leporazine

- type: borerChemical
id: borerPax
cost: 20
reagent: Pax

- type: borerChemical
id: borerWeh
cost: 2
reagent: JuiceThatMakesYouWeh

- type: borerChemical
id: borerHew
cost: 2
reagent: JuiceThatMakesYouHew

- type: borerChemical
id: borerHonk
cost: 5
reagent: Honk

- type: borerChemical
id: borerBarozine
cost: 10
reagent: Barozine

Loading