Myriad of things to deal with.

@svornost @lowercasedonkey

Won't be around till later, and there is quite a list so anything that gets checked off will be helpful.

  • slaveSummaryWidgets.js: identical expressions on both sides of ||, ln 937
  • slaveSummaryHelpers.js: default parameters should be last, ln 32 False positive
  • itemAvailability.js: default parameters should be last, ln 14 False positive
  • ibcJS.js: expected 0 arguments, got 1, ln 106,107,116,117,191,192. Not an easy fix I think, who knows how this code is supposed to work. Assumed working, under considerations
  • milf.js: publicUse is apparently not valid argument (use public instead?), ln 772, 781, 789
  • feminization.js: same as above, ln 363-364
  • childrenReport.js: firstNanny can be null or undefined here, ln 172, 229 NL prevents this
  • brothelReport.js: useless assignment to oldCash, ln 236
  • childSummary.js: case "lesbian" should not be possible, ln 3101
  • generateGenetics.js: seemingly useless assignment to hEyeColor, ln 437 and 441
  • newSlaveIntro.js: expected expression or function, ln 1922-1926
  • slaveGenerationJS.js: case 202 and 426 are identical, case 414 and 1069 are identical, case 799 and 1078 are identical Preferred to remain in alphabetical order
  • InfantState.js: missing type, ln 42
  • surgery.js: default parameter should come last, ln 730
  • playerBoobs.js: ln 311-321 should be reviewed.
  • SpecialForce.js: lexical declaration in case block, ln 225-226, useless assignment to variable tons, ln 2481, return boolean directly, ln 45, 49, 53, 57
  • slaveShelter.js: pedo unused ln 281
  • siUtilities.js: default param should be last, ln 45 False positive
  • siWardrobe.js: unreachable code, ln 837, lexical declaration in case block ln 963
  • artJS.js: identical case ln 1428 and 1662 identical case ln 960 and 1311 Preferred to remain in alphabetical order
Edited by Pregmodder