Ovir Ace not affecting femininity

PalletTown

Well-Known Member
Sep 10, 2015
405
519
I was playing a male PC and using ovir ace; however, ovir had no impact on my femininity score despite the wiki stating that it would make males 90% feminine. I even tried using estrobloom first in order to kickstart the process but it refused to budge from estrobloom's cap of 40%.
 

Noob Salad

Captain Shitpost
Aug 26, 2015
4,372
1,560
I assume by male you mean a cock and no vagina, yeah? If so, you have a max femininity score of 70.


For some reason, Ovir Ace is doing this:


if (target.femininity < 90 && target.femininityUnlocked(90) && (forceChanges || (rand(100) >= target.femininity && changes < changeLimit)))


Since 90 is higher than 70, the code isn't even being run, which means it's pretty much useless for males. That doesn't sound right, so let's summon @Jacques00.
 
Last edited by a moderator:

Jacques00

Administrator
Moderator
Aug 26, 2015
5,141
1,266
Adjusted the femininityUnlocked() to accept up to the maximum femininity (70 for males), though because Ovirs are specifically feminine for males, I might adjust that as an exception if the ovir score is high enough.