PilotLara seems there's a minor error in the new update, in the scene where Lena takes a picture at the pool:
These image variants aren't defined anywhere in the game's code, so the call silently fails. As a result, Lena always seems to take a topless picture, even if internally the game recognizes/considers she's clothed.
Python:
if v14_topless < 1:
if lena_bikini == 1:
show v14_pool_selfie_bg1
elif lena_bikini == 2:
show v14_pool_selfie_bg2
elif lena_bikini == 3:
show v14_pool_selfie_bg3