Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit a42ed24

Browse files
Referenced no react in drink storage tooltips
1 parent 5e37795 commit a42ed24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tgui/packages/tgui/interfaces/FoodCart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ const DrinkTab = (props, context) => {
262262
textAlign="center"
263263
buttons={<Button
264264
circular
265-
tooltip="Main reagent storage for the cart"
265+
tooltip="Main reagent storage for the cart. Reagents do not react while in it"
266266
icon="info" />}>
267267
<MainDrinkRow />
268268
</Section>
@@ -273,7 +273,7 @@ const DrinkTab = (props, context) => {
273273
textAlign="center"
274274
buttons={<Button
275275
circular
276-
tooltip="Reagents to be poured into drinking glasses"
276+
tooltip="Reagents to be poured into drinking glasses. Reagents do not react while in it and will instead react when poured"
277277
icon="info" />}>
278278
<MixerDrinkRow />
279279
</Section>

0 commit comments

Comments
 (0)