Pretty good game. A few typos in the code wrecking a few things. The random number line for Naboo is broken "$ randEvent = renpy.random.randint(1, 1)". It makes it always pick 1, I think it should be (1,5) for the five options. Because of this, you can never get the cookie recipe.
Exploring Geonosis just leads to a loop.
There are a clear ton of 'money' sinks that don't appear to affect the game play at all. So if you are trying to move forward, and you are putting money into things that don't do anything, then it is a waste. Linking costumes or events to a certain day of the year is more for a game that takes longer then two days to see everything. Perhaps they should be linked to days of the week instead.
Would have preferred more choice in the endings. Perhaps more reactions when asking them to put on different items (I think only the butt plug has any reaction, but not really any effect). Also would have liked more kink or fetishes, as long as they were optional.
But all in all, a pretty solid game. I'll poke around in the code and see if there was anything I missed.