Flutewind, that brothel thing... maybe just burn it to the ground and start again?
But seriously, I noticed that you can't recruit most of the optional brothel whores after you've acquired Seira, which sets BrothelQuest to 5. Popped 5d open in twine and discovered that the triggers are all set to "is 4" instead of "gte 4" (or 5 depending on what you desire, I note that's what Juna's set to), which means they'll only trigger if you do not acquire Seira.
Arachne Exclusive Shop
<<if $BrothelQuest
is 4 and $GangbangWhore isnot true>>
Visit Marketplace
<<if $ProstitutionLegal is true and $BrothelQuest
is 4 and $NellieWhore isnot true>>
Undead Dungeon Dwarf Bot
<<if $BrothelQuest
is 4>>
Also, under on the goblin slaves, it looks like the wrong variable is defined in Selvil
Selvil
<<if ndef $GoblinSlave>>
<<set $GoblinSlave to 0>>
<<endif>>
as the methods of acquiring them both use GoblinSlave
s
Arachne Cult
[[Buy slave|Arachne Cult][$ArachneToken to $ArachneToken - 5;$GoblinSlaves to $GoblinSlaves + 1]]
Victory Ship
You also manage to capture _j goblin women. <<set $GoblinSlaves to $GoblinSlaves + _j>>
And a fix in the Telwor Forest 5 segment,
under the <<if $AnnualFairPoint gte 20>>
it has <<set $LustTome to true>>
but under <<elseif $AnnualFairPoint gte 8>> it uses $LustboltTome, and that is what's called later in that script to either power up or learn the spell.