fix soup tooltip issue
This commit is contained in:
parent
0d2b556280
commit
f1b9d9fb2b
1 changed files with 3 additions and 3 deletions
|
|
@ -151,15 +151,15 @@ const registerTooltips = (event) => {
|
|||
|
||||
//#region temperature changing foods
|
||||
event.addAdvanced(['#tfg:cooling_foods'], (item, advanced, text) => {
|
||||
text.add(2, Text.translate('tfg.tooltip.cooling_foods'))
|
||||
text.add(1, Text.translate('tfg.tooltip.cooling_foods'))
|
||||
})
|
||||
|
||||
event.addAdvanced(['#tfg:cooling_foods_strong'], (item, advanced, text) => {
|
||||
text.add(2, Text.translate('tfg.tooltip.cooling_foods_strong'))
|
||||
text.add(1, Text.translate('tfg.tooltip.cooling_foods_strong'))
|
||||
})
|
||||
|
||||
event.addAdvanced(['#tfg:warming_foods'], (item, advanced, text) => {
|
||||
text.add(2, Text.translate('tfg.tooltip.warming_foods'))
|
||||
text.add(1, Text.translate('tfg.tooltip.warming_foods'))
|
||||
})
|
||||
|
||||
//#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue