Ready to play dirty? Command your Lust Goddess now. Play Now!
x
4.10 star(s) 31 Votes

PalmFace

Active Member
Aug 22, 2017
828
467
267
Wasn't there supposed to be another akabur game releasing shortly? Does anybody have any news on that?
 

rexharbinger

Member
Sep 15, 2017
241
343
220
I don't know if the modding team is in these forums, but here is a bug:
polyjuice_cat.rpy
Line 239
"-Have her drink another one-" if cat_potion_ITEM.owned > 1:
should be
"-Have her drink another one-" if cat_potion_ITEM.owned > 0:

Otherwise means that the choice only triggers if you have TWO or more left. You could also do 'greater than or equal to 1', but I couldn't remember if the symbol was => or >=, so I settled for >0, because it does the same thing.
 

zaqrwe

Active Member
Jun 29, 2018
649
689
223
I don't know if the modding team is in these forums, but here is a bug:
polyjuice_cat.rpy
Line 239
"-Have her drink another one-" if cat_potion_ITEM.owned > 1:
should be
"-Have her drink another one-" if cat_potion_ITEM.owned > 0:

Otherwise means that the choice only triggers if you have TWO or more left. You could also do 'greater than or equal to 1', but I couldn't remember if the symbol was => or >=, so I settled for >0, because it does the same thing.
FYI mod has its own thread in f95zone and has evolved into standalone version of this game quite a while ago.
 

TheBarkingDog

New Member
Jan 20, 2019
8
5
136
For those stuck, here is what you have to do :
-for snape, find the potions in the cupboard, attack and once he raises the wand, wait, and defend when you can
- When Hermionne ask you to tutoring her : refuse, say good buy, and sumon snappe during the day. She will come 7 days after
 
4.10 star(s) 31 Votes