The bathhouse shower doesn't work, it doesn't restore energy... besides, what's the point of spending 30 minutes of time inside the bathhouse. I don't see anything happening? Should restore energy?
There are some questions I want to ask about getting married in the game. Does getting married have any consequences or restrictions? Like, for example, having sex with other women when you're married... Is there any reaction to that from your wife?
And on the other hand, can I have multiple wives? And now the million dollar question. What are the benefits of getting married, is there any use?
1) bathhouse shower: its probably an oversight by creator. if you know basic coding you can fix it yourself by opening the index file in notepad and editing from there. Cant remember whats the original code, but you could try to Ctrl + F "set $isBathhouse = true" and change that section of the code to the following. If not, just wait for the fix from creator.
<<if !$player.showered>>
<<link 'Take a shower'>>
<<set $isBathhouse = true>>
<<addmins 30>>
<<set _energy = $game.hotShower ? 20 : 10>>
<<energy _energy>>
<<goto 'Shower-action'>>
<</link>>
<</if>>
edit: i realise the indentation of the above code doesnt show correctly. but the first and last line should not be indented, 2nd and 2nd last lines should be indented once, and the rest indented twice
2) marriage: no consequences/benefits so far from what i can see. Am happily married to all my girls