diff --git a/constants.js b/constants.js index cc5fc64..456f097 100644 --- a/constants.js +++ b/constants.js @@ -1344,7 +1344,7 @@ const newsFoodRateText = [ state => "You're hungry enough to eat a whole person" ], [ - state => "You're hungry eonugh to eat a whole bunch of people" + state => "You're hungry enough to eat a whole bunch of people" ], [ state => "You're hungry enough to eat a LOT of people" diff --git a/gorge.js b/gorge.js index 41f7ddd..367cde4 100644 --- a/gorge.js +++ b/gorge.js @@ -685,7 +685,7 @@ function initializeData() { } function registerListeners() { - document.querySelector("#tasty-micro").addEventListener("click", (e) => { + document.querySelector("#tasty-micro").addEventListener("mousedown", (e) => { const add = eatPrey(); const text = "+" + render(round(add, 1), 3) + " food"; const gulp = "*glp*";