Bug reports, editing this as I run into stuff:
--The Transform spell is double charging on mana when you cast it on yourself. Once when you open the menu, once after whatever you chose goes off. I commented out the CastTransform(1) calls in personYou.js and that fixes it. Notably this isn't happening on your updated compiled.js from upthread so maybe you caught this already.
-- Currently you can't give Louise a cock (clicking on "her groin" causes the window to close and no transformation happens) because personLouise.js:205 is if (sType == "louisetransformcock" && t) where t is not defined. Must have started typing something and forgot?
--personEllie.js:476 - "else this.showPersonRandomX("carolellie3g", 3);" should be "this.showPersonRandomX(perEllie, "carolellie3g", 3". Missing images otherwise.
--personBambi.js:1034 - "if (this.dress != "Kiki" && perYou.checkFlag(30)) { addComments("The spell washes over her but nothing happens" should be !perYou.checkFlag(30).
--place412.js:17,18 - This blurb about Nina ushering you in to see Madison sticks on the screen and cannot be clicked on, blocking the interaction buttons in this room with the default center placement. Opening the phone clears it. Not sure how to fix this one.