feat: nemesis henchmen kills multiplier cheat #2806

Merged
Sainan merged 19 commits from AlexisinGit/SpaceNinjaServerAlexFork:cheat-nemesis-henchmen-kills-multiplier into main 2025-09-26 04:41:55 -07:00
Showing only changes of commit 108333e8d5 - Show all commits

View File

@ -3214,6 +3214,7 @@ document.querySelectorAll("#account-cheats input[type=checkbox]").forEach(elm =>
document.querySelectorAll("#account-cheats .input-group").forEach(grp => {
const input = grp.querySelector("input");
const btn = grp.querySelector("button");
if (!input || !btn) return;
input.oninput = input.onchange = function () {
btn.classList.remove("btn-secondary");
btn.classList.add("btn-primary");