Will i still be able to impregnate and be impregnated if i take 5 doses of galomax pills?

waterpanther7

Well-Known Member
Jan 28, 2021
185
56
29
Will i still be able to impregnate and be impregnated if i take 5 doses of galomax pills?
 

Resawar

Well-Known Member
Sep 21, 2018
163
231
dosen't she still take you as long as you leg configuration is bipedal instead of amorpheus?
Back sometime ago Jacques I think did a bug report that changed how the goo check "is goo" worked from having to have amorphous goo bottom to using the racial score. Now I can't find that thread as I think it got removed with the old flash bug reports.

Also from Will's own words:
"Her familiarity is capped at 50 in Part 1. Familiarity is uncapped to 100 in Part 2 because Part 2 contains an option called [Cuddle] which advances the relationship, and Bianca will not cuddle with Taurs or Goos, ergo no advancement. The stated reason for this is that she wants to be able to entangle with someone on her own level. She can't put her heart into it unless she's grasping against flesh and bone, knotting legs etc.

In other words, it's simply me being strict for her. Goos will be able to engage in regular sex in random encounters though, so they'll have something over taurs."

From top post here when I asked about it a few years ago. So you used to be able to be gooey and just changed your legs and get past the "is goo" check but now you do need to be less gooey to advance to her second part which is not out yet.
 
Last edited:

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
So you used to be able to be gooey and just changed your legs and get past the "is goo" check but now you do need to be less gooey to advance to her second part which is not out yet.
I don't know what the check is for the Legacy version but for the current JS version you still can get past the check by simply changing your legs (and still being full-goo).

Is this is the code for the isGoo() function (For the current game version: #2284):
JavaScript:
isGoo()
{
    if (this.legType == GLOBAL.TYPE_GOOEY)
    {
        if (this.hasLegFlag(GLOBAL.FLAG_PREHENSILE)) return false;
        if (this.legCount == 1 || this.hasLegFlag(GLOBAL.FLAG_AMORPHOUS)) return true;
    }
    return false;
}
So, currently you can actually get past the isGoo() check if you just change your legs to: 2, Plantigrade, Gooey. (Easily done in the GooShiftMenu)
I can confirm because I've taken 5 galomax pills and changed my legs to human-like and isGoo() returns false for me.

If this is actually intended though; that's up for discussion. (arguably, it should return true when pc.race == "Goo-Morph")

On my character I've taken 5 galomax pills and I've never been forced to do the goo stuff like: Paige's Goo yoga, after putting my legs back to 2 human-like ones.

Honestly, taking 5 galomax pills only really forces you to have the goo hair and the goo crotch (and therefore forces your genitals to have the gooey flag). Everything else can be changed back to normal via Terran Treats (arms, legs, cum, tail and even skin).

Small Note 1: To change arms back to human you first need to change your arms to a non-human type (like asuar) and then use Terran Treats to change it back to human.
Small Note 2: To change cum-type back to human you first need to change your cum type using Sweet Treat and then use a Terran Treat to change it back.