|
@@ -296,22 +296,13 @@ if $ARGS[0] = '10':
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/kiss/kiss1.jpg"></center>'
|
|
|
'He takes you into another room. Once the two of you are alone, Dimka begins to paw at your chest and gives you a long, slobbery kiss.'
|
|
|
|
|
|
+ act 'Kiss him':gt 'sny', 'kiss'
|
|
|
if fedorKozlovQW >= 10:
|
|
|
- act 'Kiss him':gt 'sny', 'kiss'
|
|
|
act 'Push him away':gt 'FedorMisc', 'Dimka Party'
|
|
|
elseif fedorKozlovQW = -15:
|
|
|
- act 'Kiss him':gt 'sny', 'kiss'
|
|
|
act 'Push him away':gt'FedorMisc', 'Dimka Party 2'
|
|
|
- elseif NosovRevenge = 1:
|
|
|
- act 'Kiss him':gt 'sny', 'kiss'
|
|
|
+ elseif NosovRevenge = 1 or dimaFilm ! 1:
|
|
|
act 'Push him away':gs 'sny', 'no'
|
|
|
- else
|
|
|
- if dimaFilm = 1:
|
|
|
- act 'Kiss him':gt 'sny', 'kiss'
|
|
|
- else
|
|
|
- act 'Kiss him':gt 'sny', 'kiss'
|
|
|
- act 'Push him away':gs 'sny', 'no'
|
|
|
- end
|
|
|
end
|
|
|
end
|
|
|
|