\begin{Verbatim}[commandchars=\\\{\}] //Minerva Sex Menu rework //Made the “Eat her out” scene exclusive to romance, based on Minerva being treated as a lover and the lack of checks for romance unlike other scenes, as well as the exclusivity for romance in her other vaginal scenes. //Removed the romance conditionals from the Cowgirl sex scene since it should not be available unless you are romancing her. //Added the minervaDedicked conditional for any dialogue and choice that involves her dick or balls. minervaDedicked equals true when the new flag [KFLAGS.MINERVA\PYZus{}DICKLESS] == 1 //SEX SCENES!!!!!!!!! //PC Chooses Sex from Minerva\PYZsq{}s Options: function minervaSexMenu(display:Bool = true) \PYZob{} if (display) \PYZob{} clearOutput(); minervaSprite(); outputText(\PYZdq{}You tell Minerva that, this time, you\PYZsq{}d like to have sex with her.\PYZdq{}); //Default, first time: if (flags[KFLAGS.TIMES\PYZus{}MINERVA\PYZus{}SEXED] == 0) \PYZob{} outputText(\PYZdq{}[pg]Minerva blushes and looks you up and down, looking a little nervous. [saystart]Well... it\PYZsq{}s been a long time since I have been with someone, let alone someone who wasn\PYZsq{}t some domineering beast... I guess it would be all right, some companionship would be nice...\PYZdq{}); //PC cock, add: if (player.hasCock()) \PYZob{} outputText(\PYZdq{} just... not in my vagina, all right? That\PYZsq{}s... special.\PYZdq{}); \PYZcb{} outputText(\PYZdq{} Did you have anything specific in mind?\PYZdq{}); //PC female, add: \PYZdq{} if (player.hasVagina()) \PYZob{} if (minervaDedicked) outputText(\PYZdq{} I don\PYZsq{}t want you to play with my pussy, it\PYZsq{}s... special to me, but I can eat yours.\PYZdq{}); else outputText(\PYZdq{} Would you mind how we do it? You\PYZsq{}re the one asking, so... would you want me to fuck your ass? Or... do you want me to try to fit between those sexy hips of yours?\PYZdq{}); \PYZcb{} outputText(\PYZdq{}[sayend]\PYZdq{}); \PYZcb{} //Dick Too Big \PYZhy{} PC exceed capacity else if (Utils.rand(2) == 0 \PYZam{}\PYZam{} player.hasCock() \PYZam{}\PYZam{} player.cockThatFits(minervaACapacity()) \PYZlt{} 0) \PYZob{} outputText(\PYZdq{}Looking at the monstrous mass of your mammoth member, Minerva blushes hard and stares at it with wide eyes. [say: Oh... oh my, that... that\PYZsq{}s \PYZlt{}/i\PYZgt{}big\PYZlt{}/i\PYZgt{}... I\PYZsq{}m sorry, I don\PYZsq{}t think that\PYZsq{}s going to fit inside me, how about we try something else? I\PYZsq{}m sure we can come up with something!] Minerva says with confidence.\PYZdq{}); \PYZcb{}//\PYZob{}Repeated/No romance: else if (!minervaRomanced()) \PYZob{} outputText(\PYZdq{}[pg]Minerva blushes and looks you up and down, looking a little nervous to have sex, but seemingly more comfortable with the idea. [saystart]Well, I suppose... last time was fun and felt really good, so why not? Was there anything specific you wanted to do?\PYZdq{}); if (player.hasVagina()) \PYZob{} if (!minervaDedicked) outputText(\PYZdq{} Since you don\PYZsq{}t seem to mind... would you like me to fuck your ass or to squeeze into your cute cunny? If you don\PYZsq{}t like that, I can eat you out, too.\PYZdq{}); else outputText(\PYZdq{} I don\PYZsq{}t have a dick anymore, but I can eat you out, at least. Just don\PYZsq{}t touch my vagina, it\PYZsq{}s... special.\PYZdq{}); \PYZcb{} outputText(\PYZdq{}[sayend]\PYZdq{}); \PYZcb{} //Romanced: else \PYZob{} outputText(\PYZdq{}[pg]Minerva blushes and smiles at you, looking pleased that you\PYZsq{}re eager to spend some quality time with her. [saystart]Sure, love! I always have fun when we lie together, and I could use some of our quality time.\PYZdq{}); //PC cock, add: if (player.hasCock()) \PYZob{} outputText(\PYZdq{} Since we\PYZsq{}re together, I\PYZsq{}ll even let you have my pussy, I bet you like the sound of that!\PYZdq{}); \PYZcb{} //PC female, add: else if (player.hasVagina()) \PYZob{} outputText(\PYZdq{} I\PYZsq{}d be happy to play with your hot pussy \PYZhy{} what do you think, my dear?\PYZdq{}); \PYZcb{} outputText(\PYZdq{}[sayend]\PYZdq{}); \PYZcb{} \PYZcb{} menu(); addButtonDisabled(0, \PYZdq{}FuckHerButt\PYZdq{}, \PYZdq{}This scene requires you to have a fitting cock.\PYZdq{}); addButtonDisabled(1, \PYZdq{}FuckCowgirl\PYZdq{}, \PYZdq{}This scene requires you to have a fitting cock and high enough Minerva affection.\PYZdq{}); addButtonDisabled(2, \PYZdq{}RestrainFuck\PYZdq{}, \PYZdq{}This scene requires you to have a fitting cock and high enough Minerva affection.\PYZdq{}); // 3 \PYZhy{} always on until you dedick her // 4 \PYZhy{} Used to be always on but was changed because it involves her pussy. addButtonDisabled(5, \PYZdq{}Get BJ\PYZdq{}, \PYZdq{}This scene requires you to have a cock.\PYZdq{}); if (player.hasCockThatFits(minervaACapacity())) \PYZob{} addButton(0, \PYZdq{}FuckHerButt\PYZdq{}, fuckMinervasAsshole); \PYZcb{} if (player.hasCockThatFits(minervaVCapacity()) \PYZam{}\PYZam{} minervaRomanced()) \PYZob{} addButton(1, \PYZdq{}FuckCowgirl\PYZdq{}, minervaCowgirlSex); addButton(2, \PYZdq{}RestrainFuck\PYZdq{}, fuckMinervaWithHerHandsBehindHerBack); \PYZcb{} if (!minervaDedicked) addButton(3, \PYZdq{}TakeHerDick\PYZdq{}, chooseVagOrAss); if (minervaRomanced()) addButton(4, \PYZdq{}EatHerOut\PYZdq{}, goDownOnAHermAndLoveItYouDirtySlutYou); else addButtonDisabled(4, \PYZdq{}EatHerOut\PYZdq{}, \PYZdq{}This scene requires you to have high enough Minerva affection.\PYZdq{}); if (player.hasCock()) \PYZob{} addButton(5, \PYZdq{}Get BJ\PYZdq{}, letMinervaSuckYouOff); \PYZcb{} if (player.hasVagina()) addButtoin(6, \PYZdq{}LezzOut\PYZdq{}, pcGetsEatenOutByMinerva); else addButtonDisabled(6, \PYZdq{}LezzOut\PYZdq{}, \PYZdq{}This scene requires you to have a vagina.\PYZdq{}); addButton(14, \PYZdq{}Back\PYZdq{}, genericMenu.bind(true)); \PYZcb{} \end{Verbatim}