- Mar 20, 2022
- 839
- 2,563
This is a big can of worms!I was trying to understand how to make a deal with Mabuta about my first whores, I could not...
Looking at the code, I found something that seems to be a typo.
Should not it be:Code:# mabuta ... act'Talk to Mabuta': ... if mabutaroof>0: ..... else 'Mabuta speaks impressively, "All the whores in this town go under me and pay me a percentage."' if total_slut>0 or sum_slave>0:
if total_slut[you]>0 or sum_slave[you]>0:
?
Because if not, I don't know...
The following variables are used interchangeably for total sluts:
total_slut
total_slut[you]
The following variables are used interchangeably for total slaves:
sum_slave
total_slave
total_slave[you]
There is no 'sum_slave[you]' variable.
I don't see any advantage of adding [you] to the end of any of the variables. Whore and slave totals aren't tracked anywhere else in the game for anyone but the player.
I need to eliminate all but one for each type and hopefully not break anything in the process...
I'll probably end up keeping:
total_slut
total_slave