jmpgvd (text, doesn't expire)
//changes the public function new() in Minerva.hx to remove the physical changes in Minerva after her purification. Her Corruption after losing her parasite is also reduced to 0.
//Alternate text was added if Minerva loses her dick in her description and in the "victory by lust" scene, shown below.

//I wrote a version with only pseudocode below, in case you prefer reading it like that, but you will miss part of the changes made.

    public function new() {
        super();
        this.a = "";
        this.short = "Minerva";
        //Set imageName based on pure/corrupt
        if (flags[KFLAGS.MINERVA_PURIFICATION_PROGRESS] == -1) {
            this.imageName = "minervacorrupt";
        } else {
            this.imageName = "minerva";
        }
        //Set description based on pure/corrupt
        if (flags[KFLAGS.MINERVA_PURIFICATION_PROGRESS] == -1) {
            this.long = "You're fighting the corrupted siren, Minerva.";
        } else {
            this.long = "You're fighting [if (minervaPure){Minerva, the siren|the tainted siren, Minerva}]. Standing around eight feet and wielding a weapon just as tall, she is a force to be reckoned with. Her skin is a dark navy blue, though her belly, neck and inner thighs are as white as the clouds in the sky, and a golden piecing decorates her navel. Orange and white stripes adorn her legs, tail and back. Two large wings sprout from her back, their feathers an attention-grabbing red and orange mix. She wears a tube-top that hold back her double D-cups, and short shorts around her wide waist[if (!minervaDedicked){ that seem to be holding back a huge bulge}].\n\nHer weapon is a halberd, made from a shiny, silvery metal, and seems to have an unnatural glow to it.";
        }
        this.race = "Siren";
        // this.plural = false;
        if (!minervaDedicked) {
            this.createCock(16, 3);
        }
        if (flags[KFLAGS.MINERVA_CORRUPTION_PROGRESS] >= 10) {
            this.createCock(16, 3);
        } //Second cock for corrupted Minerva.
        this.balls = 0;
        if (!minervaDedicked) this.balls += 2;
        if (!minervaDedicked) this.ballSize += 3;
        this.cumMultiplier = 3;
        // this.hoursSinceCum = 0;
        this.createVagina(false, Vagina.WETNESS_SLICK, Vagina.LOOSENESS_NORMAL);
        //Set breast size based on pure/corrupt
        if (flags[KFLAGS.MINERVA_CORRUPTION_PROGRESS] >= 10) {
            createBreastRow(Appearance.breastCupInverse("E"));
        } else {
            createBreastRow(Appearance.breastCupInverse("DD"));
        }
        this.ass.analLooseness = Ass.LOOSENESS_TIGHT;
        this.ass.analWetness = Ass.WETNESS_DRY;
        this.tallness = 8 * 12 + 4;
        this.hips.rating = Hips.RATING_CURVY;
        this.butt.rating = Butt.RATING_LARGE + 1;
        this.skin.tone = "blue";
        this.hair.color = "red";
        this.hair.length = 25;
        initStrTouSpeInte(50, 65, 95, 75);
        initLibSensCor(30, 25, 45);
        if (flags[KFLAGS.MINERVA_PURIFICATION_PROGRESS] == 3) {
            cor = 0;
        } //Set to 0 corruption if purified.
        if (flags[KFLAGS.MINERVA_PURIFICATION_PROGRESS] == -1) {
            cor = 80;
        } //Set to 80 corruption if corrupted.
        this.weaponName = "halberd";
        this.weaponVerb = "slash";
        this.weaponAttack = 30;
        this.weaponPerk = [];
        this.weaponValue = 150;
        this.armorName = game.armors.TUBETOP.name;
        this.armorDef = 1;
        this.armorPerk = "";
        this.armorValue = 5;
        this.bonusHP = 470;
        this.lust = 20;
        this.lustVuln = .2;
        this.temperment = Monster.TEMPERMENT_LOVE_GRAPPLES;
        this.level = 16;
        this.gems = Utils.rand(25) + 10;
        this.additionalXP = 50;
        this.drop = new WeightedDrop(consumables.PURPEAC, 1);
        this.wings.type = Wings.FEATHERED_LARGE;
        checkMonster();
    }

        //Win by lust
        else {
            outputText("Your final move finishes the horny siren, her shorts bulging obscenely and soaked with her arousal. Falling to her knees, Minerva desperately grabs hold of her shorts, yanking them from her curvy hips, letting out a gasp of relief and a moan of need. [if (minervaDedicked){She slips a hand inside her shorts soaked in pussy juice and fingers herself were she stands|Between the lusty herm's legs stands her painfully hard cock, all sixteen thick inches throbbing with desperate need, her thighs soaked in womanly juices. Minerva's hands grab hold of her cock, stroking herself as she slips a pair of fingers into her quivering, slippery quim}]. [say: Oh, [name], p-please... ohhh... look what you've done. So mean, getting me so horny like this,] she says before letting out a long moan.");
            outputText("[pg]She's looking up at you with her debilitating lust clear in her eyes. [say: W-well... think you could help little old me with this... Just tell me what to do, I need it so badly.]");
            minervaSexMenu(false);
            addButton(14, "Leave", combat.cleanupAfterCombat.bind());
        }

//Pseudocode only version

//Battle description
You're fighting [if (minervaPure){Minerva, the siren|the tainted siren, Minerva}]. Standing around eight feet and wielding a weapon just as tall, she is a force to be reckoned with. Her skin is a dark navy blue, though her belly, neck and inner thighs are as white as the clouds in the sky, and a golden piecing decorates her navel. Orange and white stripes adorn her legs, tail and back. Two large wings sprout from her back, their feathers an attention-grabbing red and orange mix. She wears a tube-top that hold back her double D-cups, and short shorts around her wide waist[if (!minervaDedicked){ that seem to be holding back a huge bulge}].

Her weapon is a halberd, made from a shiny, silvery metal, and seems to have an unnatural glow to it.

//Win by lust
Your final move finishes the horny siren, her shorts bulging obscenely and soaked with her arousal. Falling to her knees, Minerva desperately grabs hold of her shorts, yanking them from her curvy hips, letting out a gasp of relief and a moan of need. [if (minervaDedicked){She slips a hand inside her shorts soaked in pussy juice and fingers herself were she stands|Between the lusty herm's legs stands her painfully hard cock, all sixteen thick inches throbbing with desperate need, her thighs soaked in womanly juices. Minerva's hands grab hold of her cock, stroking herself as she slips a pair of fingers into her quivering, slippery quim}]. [say: Oh, [name], p-please... ohhh... look what you've done. So mean, getting me so horny like this,] she says before letting out a long moan.

She's looking up at you with her debilitating lust clear in her eyes. [say: W-well... think you could help little old me with this... Just tell me what to do, I need it so badly.]

//Sex menu comes here