|
@@ -266,7 +266,7 @@ if $ARGS[0] = 'mirror':
|
|
|
end
|
|
|
|
|
|
act 'Go back to the changing room': gt 'pav_pool', 'lockerfemale'
|
|
|
- if cumloc[11] = 1 or cumloc[12] or cumloc[16] = 1:
|
|
|
+ if cumloc[11]+cumloc[12]+cumloc[16] > 0:
|
|
|
act 'Clean the cum from your face':
|
|
|
*clr & cla
|
|
|
menu_off = 1
|
|
@@ -283,7 +283,7 @@ if $ARGS[0] = 'mirror':
|
|
|
act 'Finish': gt 'pav_pool', 'mirror'
|
|
|
end
|
|
|
end
|
|
|
- if pcs_makeup >= 2:
|
|
|
+ if pcs_makeup <> 1 and cosmetic_tattoo = 0:
|
|
|
act 'Wash your make-up off':
|
|
|
*clr & cla
|
|
|
minut += 5
|