|
@@ -52,7 +52,7 @@ end
|
|
|
if $ARGS[0] = 'partyalone':
|
|
|
$loc = 'mitkabuh'
|
|
|
$metka = 'partyalone'
|
|
|
- $location_type = 'secluded'
|
|
|
+ $location_type = 'indoors'
|
|
|
|
|
|
$menu_loc = 'mitkabuh'
|
|
|
$menu_arg = 'partyalone'
|
|
@@ -64,6 +64,7 @@ if $ARGS[0] = 'partyalone':
|
|
|
|
|
|
! prevent drinking events from repeating after sex is done because the passage of time in the sex events allowed alko to decrease again
|
|
|
if mitkabuhday = 1 and alko < 10: alko = 10
|
|
|
+ mitkadrinkday = daystart
|
|
|
|
|
|
! Sveta is not drunk
|
|
|
if alko < 10:
|
|
@@ -71,9 +72,9 @@ if $ARGS[0] = 'partyalone':
|
|
|
*clr & cla
|
|
|
menu_off = 1
|
|
|
minut += 30
|
|
|
- npc_rel['A63'] += 1
|
|
|
- npc_rel['A62'] += 1
|
|
|
- npc_rel['A61'] += 1
|
|
|
+ npc_rel['A63'] += rand(0,1)
|
|
|
+ npc_rel['A62'] += rand(0,1)
|
|
|
+ npc_rel['A61'] += rand(0,1)
|
|
|
alko += rand(3,5)
|
|
|
cumspclnt = 2
|
|
|
gs 'cum_cleanup'
|
|
@@ -152,7 +153,7 @@ end
|
|
|
if $ARGS[0] = 'partywithMira':
|
|
|
$loc = 'mitkabuh'
|
|
|
$metka = 'partywithMira'
|
|
|
- $location_type = 'secluded'
|
|
|
+ $location_type = 'indoors'
|
|
|
|
|
|
$menu_loc = 'mitkabuh'
|
|
|
$menu_arg = 'partywithMira'
|
|
@@ -211,10 +212,10 @@ if $ARGS[0] = 'partywithMira':
|
|
|
act 'Drink the shot yourself':
|
|
|
cla
|
|
|
minut += 30
|
|
|
- npc_rel['A63'] += 1
|
|
|
- npc_rel['A62'] += 1
|
|
|
- npc_rel['A61'] += 1
|
|
|
- npc_rel['A60'] += 1
|
|
|
+ npc_rel['A63'] += rand(0,1)
|
|
|
+ npc_rel['A62'] += rand(0,1)
|
|
|
+ npc_rel['A61'] += rand(0,1)
|
|
|
+ npc_rel['A60'] += rand(0,1)
|
|
|
alko += rand(3,5)
|
|
|
cumspclnt = 2
|
|
|
gs 'cum_cleanup'
|
|
@@ -266,10 +267,10 @@ if $ARGS[0] = 'partywithMira':
|
|
|
act 'Mira drinks the shot instead':
|
|
|
cla
|
|
|
minut += 30
|
|
|
- npc_rel['A63'] += 1
|
|
|
- npc_rel['A62'] += 1
|
|
|
- npc_rel['A61'] += 1
|
|
|
- npc_rel['A60'] += 1
|
|
|
+ npc_rel['A63'] += rand(0,1)
|
|
|
+ npc_rel['A62'] += rand(0,1)
|
|
|
+ npc_rel['A61'] += rand(0,1)
|
|
|
+ npc_rel['A60'] += rand(0,1)
|
|
|
npc_drunk['A60'] += rand(3,5)
|
|
|
gs 'stat'
|
|
|
|
|
@@ -292,10 +293,10 @@ if $ARGS[0] = 'partywithMira':
|
|
|
*clr & cla
|
|
|
menu_off = 1
|
|
|
minut += 30
|
|
|
- npc_rel['A63'] += 1
|
|
|
- npc_rel['A62'] += 1
|
|
|
- npc_rel['A61'] += 1
|
|
|
- npc_rel['A60'] += 1
|
|
|
+ npc_rel['A63'] += rand(0,1)
|
|
|
+ npc_rel['A62'] += rand(0,1)
|
|
|
+ npc_rel['A61'] += rand(0,1)
|
|
|
+ npc_rel['A60'] += rand(0,1)
|
|
|
gs 'stat'
|
|
|
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/village/drinking.jpg"></center>'
|
|
@@ -337,9 +338,10 @@ if $ARGS[0] = 'partywithMira':
|
|
|
*clr & cla
|
|
|
menu_off = 1
|
|
|
minut += 30
|
|
|
- npc_rel['A63'] += 1
|
|
|
- npc_rel['A62'] += 1
|
|
|
- npc_rel['A61'] += 1
|
|
|
+ npc_rel['A63'] += rand(0,1)
|
|
|
+ npc_rel['A62'] += rand(0,1)
|
|
|
+ npc_rel['A61'] += rand(0,1)
|
|
|
+ npc_rel['A60'] += rand(0,1)
|
|
|
alko += rand(3,5)
|
|
|
cumspclnt = 2
|
|
|
gs 'cum_cleanup'
|
|
@@ -371,10 +373,10 @@ if $ARGS[0] = 'partywithMira':
|
|
|
act 'Watch Mira drink with the boys':
|
|
|
*clr & cla
|
|
|
menu_off = 1
|
|
|
- npc_rel['A63'] += 1
|
|
|
- npc_rel['A62'] += 1
|
|
|
- npc_rel['A61'] += 1
|
|
|
- npc_rel['A60'] += 1
|
|
|
+ npc_rel['A63'] += rand(0,1)
|
|
|
+ npc_rel['A62'] += rand(0,1)
|
|
|
+ npc_rel['A61'] += rand(0,1)
|
|
|
+ npc_rel['A60'] += rand(0,1)
|
|
|
minut += 30
|
|
|
npc_drunk['A60'] += rand(3,5)
|
|
|
gs 'stat'
|
|
@@ -897,9 +899,9 @@ if $ARGS[0] = 'solo_11andup_2boys':
|
|
|
if npc_QW['A63'] < 20: npc_QW['A63'] += 1
|
|
|
npc_sex[$boy[0]] += 1
|
|
|
npc_sex[$boy[1]] += 1
|
|
|
- gs 'arousal', 'bj', 10, 'sub', 'rough'
|
|
|
+ gs 'arousal', 'bj', 10, 'sub', 'rough', 'deepthroat'
|
|
|
if mesec = 0:
|
|
|
- gs 'arousal', 'vaginal', 10, 'sub', 'rough', 'deepthroat'
|
|
|
+ gs 'arousal', 'vaginal', 10, 'sub', 'rough'
|
|
|
else
|
|
|
gs 'arousal', 'anal', 10, 'sub', 'rough'
|
|
|
end
|