\begin{Verbatim}[commandchars=\\\{\}] //Rathazul aftermath //No pseudocode version this time //If Rathazul helps you purify Minerva, you get the parasite as a key item. Going to Rathazul while having the key item allows you to give it to him, triggering this conversation. //craftMinervaPotion()// You hand over the dead parasite to Rathazul. [saystart]Impressive, it\PYZsq{}s just like you said. This is a strange creature I haven\PYZsq{}t seen before. I could make better potions to fight corruption with it[if (Creeping Taint is enabled and you didn’t remove the curse) \PYZob{}. I know you also have a condition that\PYZsq{}s corrupting you over time. It’s not a parasite, so I can’t remove it in the same way. Although, there\PYZsq{}s a chance I could make a cure for you with this\PYZcb{}], but it will take me time.[sayend] You let the old alchemist go back to his tools and he begins to work on it immediately. // //public function craftMinervaPotionResults()// //Some days later, this scene happens automatically when you go see him Rathazul is still busy with his experiments, but turns his attention to you when you approach him. [say: Was there something you needed, [name]?] Everything seems the same, save for a potion he\PYZsq{}s left on table next to his workbench. [saystart]I couldn\PYZsq{}t test its effects on curses and parasites like your friend\PYZsq{}s, but [if (you enabled Creeping Taint and still have the curse)\PYZob{}it should be strong enough to remove yours. It will also help make you more resistant to corruption.|\PYZdq{}it will make you less sensitive to corruption.\PYZcb{}][sayend]\PYZdq{}); You take the potion with you and thank Rathazul. //Stores potion in your inventory and opens Rathazul\PYZsq{}s usual menu after //Item description// Button: AntiTaint Name: Anti\PYZhy{}Taint Potion Long name: an anti\PYZhy{}taint potion Type: Consumable Base Value: 800 Description: Rathazul created this potion using the creature you extracted from Minerva to synthesize it. It will remove parasites and make you more resistant to corruption. Effect: Severely reduces the effects of Zetaz’s curse like the other methods, removes worms and increases corruption resistance by 10\PYZpc{} //Text upon drinking it// You drink the potion. It tastes a bit bitter, but not as bad you expected. [if (you enabled Creeping Taint and still have the curse)\PYZob{}Your chest grows warmer as the effects of Zetaz’s potion recede. The corruption isn’t fully gone, but it’s much weaker now.\PYZcb{}] [if (you have worms)\PYZob{}You[if (hasballs)\PYZob{}r [balls] suddenly begin to ache as if about to explode| suddenly feel an excruciating pain in your nethers as if something were about to rip your body apart on the way out\PYZcb{}]. You [if (isnakedlower)\PYZob{}almost collapse from it|barely manage to free your [genitals]\PYZcb{}] before all he worms that were inside of you burst out violently.\PYZcb{}] //You should lose HP from it, but how much is irrelevant since it can’t kill or knock you out. [if (you have anemone dick)\PYZob{}The anemone on your crotch suddenly falls off. It dies quickly, barely getting time to writhe on the floor before shriveling. It looks like Rathazul’s potion didn’t discriminate.\PYZcb{}] You sense a cool calm washing over you for a brief moment. You get the feeling this is the effect of the potion making you less sensitive to corruption [b: Perk Gained: Anti\PYZhy{}Taint Potion!] //Anti\PYZhy{}Taint Potion description// Anti\PYZhy{}Taint Potion – Rathazul’s potion has granted you a 10\PYZpc{} resistance against corruption //Change the percentage if it’s too strong when stacked with Purity Blessing. \end{Verbatim}