|
@@ -20,13 +20,18 @@ if $ARGS[0] = 'start':
|
|
|
pcs_horny = 100
|
|
|
elseif rand(1,100) > Enable_nodream:
|
|
|
!nodream chance cheat
|
|
|
+ if hypnoTime > rand(0,3):
|
|
|
+ haveHypnoDream = 1
|
|
|
+ else
|
|
|
+ haveHypnoDream = 0
|
|
|
+ end
|
|
|
if pcs_horny > 50:
|
|
|
!erotic dream
|
|
|
if pcs_vag = 0 and stat['vaginal'] = 0 and pcs_ass = 0 and stat['anal'] = 0 and stat['bj'] = 0 and stat['hj'] = 0 and stat['cuni'] = 0 and girl = 0 and guy = 0:
|
|
|
!dreams only for virgin
|
|
|
ivrand = rand(1,5)
|
|
|
- elseif hypnosexing > 3:
|
|
|
- !dreams for hypnotize girls
|
|
|
+ elseif haveHypnoDream = 1:
|
|
|
+ !dreams for hypnotized girls
|
|
|
gs 'dreams', 'hypno_dreams'
|
|
|
elseif succubusflag = 1:
|
|
|
ivsuctmp = 6 + succublvl
|
|
@@ -34,7 +39,7 @@ if $ARGS[0] = 'start':
|
|
|
else
|
|
|
ivrand = rand(1,6)
|
|
|
end
|
|
|
- if hypnosexing <= 3:
|
|
|
+ if haveHypnoDream = 0:
|
|
|
if ivrand = 1:
|
|
|
gs 'dreams','d_dreams'
|
|
|
elseif ivrand = 2:
|