Skip to content

Commit

Permalink
Fixes borers being unable to inject chemicals (#781)
Browse files Browse the repository at this point in the history
Update BorerChem.jsx

Co-authored-by: Iajret <[email protected]>
  • Loading branch information
Steals-The-PRs and Iajret authored Nov 23, 2023
1 parent 5e270c8 commit ac9d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/BorerChem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const BorerChem = (props, context) => {
disabled={data.onCooldown || data.notEnoughChemicals}
onClick={() =>
act('inject', {
reagent: chemical.id,
reagent: chemical.title,
})
}
/>
Expand Down

0 comments on commit ac9d7c0

Please sign in to comment.