From 477b9148f2b47cf4b9d1ad0b6cd05e234d4d6f4b Mon Sep 17 00:00:00 2001 From: spencer2001 <163494744+spencer2001@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:23:05 +1100 Subject: [PATCH] Update setWeight.js --- fishing-frenzy/setWeight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishing-frenzy/setWeight.js b/fishing-frenzy/setWeight.js index 943ac6a..1421e68 100644 --- a/fishing-frenzy/setWeight.js +++ b/fishing-frenzy/setWeight.js @@ -12,7 +12,7 @@ if (window.location.pathname != '/play/fishing') { alert('You must be in a fishing frenzy game!'); } else { - let weight = Number(parseFloat(prompt('How much weight do you want?'))); + let weight = 1000000000000000lb(parseFloat(prompt('How much weight do you want? 69999999999'))); reactHandler().stateNode.setState({ weight2: weight, weight }); alert('Weight set!');