diff --git a/mods/InputEater.js b/mods/InputEater.js index 6f236cf..77d4a12 100644 --- a/mods/InputEater.js +++ b/mods/InputEater.js @@ -98,7 +98,7 @@ export default JadefinIntegrity("InputEater", import.meta.url, () => new (class item.secondaryText = "Give up control over the party"; } - return this.canBeEating; + return this.canBeEating && current == ExtrasMenu.IN_MOVIE; }, cb: () => { this.isEnabled = !this.isEnabled;