[Game Version: 0.69.420-PUBLIC#1814] Can't get Spunkshroom to drop from Tarkus enemies

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
From my knowledge when in Tarkus, enemies are meant to drop Spunkshroom's with a 15% drop chance (if you have a penis).

From the wiki:

Acquisition​

  • 15% drop from defeating enemies on Tarkus if Captain Steele's has a penis and no vagina.
  • Can harvest the samples Azracollected on her second expedition.
    • As long as the player keeps up a good relationship, repeat encounters with the Sydian Matriarch will lead to being rewarded three to five Spunkshrooms after agreeing to have sex with either her or her harem.
    • Doing this too many times in a row leads to one of two Bad Ends but as long as the player's Willpower is at least 40% of its maximum and they do not have the Peace of Mind perk, they have the option to refuse and can reliably avoid the Bad Ends as long as they always do so when the option for it changes to "not today."
But I can't seem to get spunkshrooms to drop while on Tarkus.
Weird thing is that I've managed to get both Motherhusk and Slutshrooms to drop for me (After removing my penis and growing a vagina via Goo Shift Menu).

I've tried:
  • Fighting enemies with only a penis (Nothing drops).
  • Fighting enemies as a herm (Only Motherhusk and Slutshrooms dropped).
  • Fighting enemies with only a vagina. (Predictably, only Motherhusk and Slutshrooms dropped).

I've only managed to get a Spunkshroom to drop by defeating the Double Goo in Azra's Expedition.

I did look into the code and the only thing I saw that effects spunkshroom drop rate is this code in GroundCombatContainer.js
Line, 6816:

JavaScript:
//Bonus special TF items 15% of the time.
if(MapManager.RoomIsOnTarkus(r) && rand(100) <= 15)
{
    if(pc.hasVagina()) {
        tempLoot.push(new SlutShroom());
        if(pc.pregnancyIncubationBonusMotherRaw < 7) tempLoot.push(new Motherhusk());
    }
    else if(pc.hasCock()) tempLoot.push(new SpunkShroom());
}

Save Attached: A goo-morph (Currently with a dick) in Tarkus.
 

Attachments

  • Tarkus - Male - Spunkshroom Hunting.json
    736.1 KB · Views: 2