Fix prettier installation #774
This commit is contained in:
@@ -17,9 +17,7 @@ export default function ReplaceTooltipUpgrade() {
|
||||
Game.tooltip.dynamic = 1;
|
||||
Game.tooltip.draw(
|
||||
this,
|
||||
function () {
|
||||
return CreateTooltip('u', `${i}`);
|
||||
},
|
||||
() => CreateTooltip('u', `${i}`),
|
||||
'store',
|
||||
);
|
||||
Game.tooltip.wobble();
|
||||
|
||||
Reference in New Issue
Block a user