What's the difference between Vigor and Endurance? They sound like they'd basically be the same thing, but here they're not. Considering you can instantly lose fights due to lack of endurance, I'd have though that it would be one of those important stats that should be on the main UI, along with health, mana and vigor... which I guess could also make things a little confusing.
I didn't even realise they were different things until I decided to do some arena fighting, and started to instantly lose, despite having lots of health, and about half my vigor.
Bugs:
in
gobkingwin, line 29
and
sawmilldorm, line 167
LastElf should be LastLine (or I guess every instance of LastLine should be LastElf /shrug )
in dintech. line 268. trap makeup is listed at 40, but costs 100.
Sex with trap Percy (as a male or futa PC) can result in a blank screen and the option to 'get yourself cleaned up'. No idea if this happens with other Percy's or female PC.
Losing (or just surrendering) to the reflection pool abomination in the church basement seems to trigger the wrong lose event. I ended up getting a prison lose event instead; though I did end up back in the church basement.
EDIT: another bug!
There is a potential infinite loop with the Steelwind siblings, if you don't start as the Chosen One.
Ignoring Bill in the Axe shop will cause this.
Looking at the code, I think the problem is in in annetteroom, line 55;
if AnnetteGF=0 and ChosenOne=0 and BillBF=0: <=== BillBF gets set to 3 if you ignore him in the Axe shop.
and in billroom, line 34;
if BillBf=0 and ChosenOne=0 and vagina>0 and annettegf=0: <=== annettegf should be AnnetteGF
The above means you can do the initial sex scene with both of them as many times as you like, but never get the proper scene afterwards. You just wake up in that siblings room, with the only real option being to leave the house.
I didn't even realise they were different things until I decided to do some arena fighting, and started to instantly lose, despite having lots of health, and about half my vigor.
Bugs:
in
gobkingwin, line 29
and
sawmilldorm, line 167
LastElf should be LastLine (or I guess every instance of LastLine should be LastElf /shrug )
in dintech. line 268. trap makeup is listed at 40, but costs 100.
Sex with trap Percy (as a male or futa PC) can result in a blank screen and the option to 'get yourself cleaned up'. No idea if this happens with other Percy's or female PC.
Losing (or just surrendering) to the reflection pool abomination in the church basement seems to trigger the wrong lose event. I ended up getting a prison lose event instead; though I did end up back in the church basement.
EDIT: another bug!
There is a potential infinite loop with the Steelwind siblings, if you don't start as the Chosen One.
Ignoring Bill in the Axe shop will cause this.
Looking at the code, I think the problem is in in annetteroom, line 55;
if AnnetteGF=0 and ChosenOne=0 and BillBF=0: <=== BillBF gets set to 3 if you ignore him in the Axe shop.
and in billroom, line 34;
if BillBf=0 and ChosenOne=0 and vagina>0 and annettegf=0: <=== annettegf should be AnnetteGF
The above means you can do the initial sex scene with both of them as many times as you like, but never get the proper scene afterwards. You just wake up in that siblings room, with the only real option being to leave the house.
Last edited: