|
@@ -331,13 +331,14 @@ if $ARGS[0] = 'Oleg_Serve':
|
|
shared_apt['sexCh'] = rand(0, 100)
|
|
shared_apt['sexCh'] = rand(0, 100)
|
|
|
|
|
|
! very bad mood
|
|
! very bad mood
|
|
- if Oleg['mood'] >= 6:
|
|
|
|
|
|
+ if Oleg['mood'] >= 7:
|
|
|
|
+ Oleg['served'] = 0
|
|
'<font color=#<<$Oleg[''font'']>>>"Not now <<$pcs_firstname>>, I don''t have the mood for it."</font>'
|
|
'<font color=#<<$Oleg[''font'']>>>"Not now <<$pcs_firstname>>, I don''t have the mood for it."</font>'
|
|
act 'Leave':gt 'pav_shared_apt', 'start'
|
|
act 'Leave':gt 'pav_shared_apt', 'start'
|
|
|
|
|
|
! random chance to sex, but increasing with horniness level; Oleg min horny = 15/80*100 = 18,75
|
|
! random chance to sex, but increasing with horniness level; Oleg min horny = 15/80*100 = 18,75
|
|
elseif shared_apt['sexCh'] < 40:
|
|
elseif shared_apt['sexCh'] < 40:
|
|
-
|
|
|
|
|
|
+ Oleg['served'] = 0
|
|
'<font color=#<<$Oleg[''font'']>>>"Not now <<$pcs_firstname>>, I am busy."</font>'
|
|
'<font color=#<<$Oleg[''font'']>>>"Not now <<$pcs_firstname>>, I am busy."</font>'
|
|
act 'Leave':gt 'pav_shared_apt', 'start'
|
|
act 'Leave':gt 'pav_shared_apt', 'start'
|
|
|
|
|