feat: nemesis henchmen kills multiplier cheat #2806
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AlexisinGit/SpaceNinjaServerAlexFork:cheat-nemesis-henchmen-kills-multiplier"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please cherry-pick #2805 onto this branch.
@ -1021,0 +1052,4 @@<input class="form-control" id="nemesisHintProgressMultiplierCorpus" type="number" min="-1" max="65535" data-default="1" /><button class="btn btn-secondary" type="button" data-loc="cheats_save"></button></form><form class="form-group mt-2"></form>This
formhas an extra closing tag, and thedivabove it does not have one. This breaks the layout.nemesis henchmen kills multiplier cheatto WIP: feat: nemesis henchmen kills multiplier cheatSave buttons doesn't do anything, you send request on each number change. And for some reason it always send
falseasvalueinstead number.account-cheat save buttons should work properly now and should only emit payload on click. buttons should change style (highlight) on number changes as well.
Is
min="-1"intended in multipliers?No. If this might cause any issues, I can change the minimum value to 0. Meanwhile I’m just keeping an negative multiplier option
Once this PR is ready for review, you can remove the WIP prefix.
WIP: feat: nemesis henchmen kills multiplier cheatto feat: nemesis henchmen kills multiplier cheat@ -3210,0 +3230,4 @@contentType: "application/json",data: JSON.stringify({key: input.id,value: valueShould
parseInt(value)here otherwise the server gets a stringGetting this in the browser console when just loading the webui: Uncaught TypeError: can't access property "onchange", input is null
This will fix the error. The changeSyndicate input-group below does not have a input, thus cause previous error. However I do notice that button below does not follow highlighting logic like other buttons. It should de-highlight as default and highligh on select change on the lastest commit.