|
@@ -1,7 +1,7 @@
|
|
|
# gaptek
|
|
|
$location_type = 'public_indoors'
|
|
|
|
|
|
-if $ARGS[0] = 'start' or gaptek_loc = 1 or $message ! '':
|
|
|
+if $ARGS[0] = 'start' or $message ! '':
|
|
|
CLOSE ALL
|
|
|
*clr & cla
|
|
|
$loc = 'gaptek'
|
|
@@ -40,8 +40,8 @@ if $ARGS[0] = 'start' or gaptek_loc = 1 or $message ! '':
|
|
|
*nl
|
|
|
|
|
|
if Olu_pay > 0 and gaptek_aunt_hours = 1:
|
|
|
- minut += RAND(5,10)
|
|
|
- money += Olu_pay * RAND(500,700)
|
|
|
+ minut += rand(5,10)
|
|
|
+ money += Olu_pay * rand(500,700)
|
|
|
Olu_pay = 0
|
|
|
|
|
|
'You go back to the pharmacy, and wait for a slow moment so you can talk to your aunt undisturbed.'
|
|
@@ -166,7 +166,7 @@ if $ARGS[0] = 'garden':
|
|
|
'You intently stare at the items, avoiding her gaze as you mutter: "Thank you, Aunt..."'
|
|
|
'"No problem, <<$pcs_nickname>>. But seriously, tell Natasha she shouldn''t spend so much time gardening. We keep running low on stock."'
|
|
|
else
|
|
|
- minut += RAND(5,15)
|
|
|
+ minut += rand(5,15)
|
|
|
'You linger around the pharmacy, waiting for your aunt to become available. However, as time passes the pharmacy only becomes more and more crowded, and your aunt has a long line of customers to deal with. You decide you''ve wasted enough time, and to try again later.'
|
|
|
end
|
|
|
end
|
|
@@ -174,28 +174,28 @@ if $ARGS[0] = 'garden':
|
|
|
gt 'motherQW','motherQW_3'
|
|
|
elseif npc_QW['A29'] >= 3 and galubri = 0:
|
|
|
if gaprezikday ! daystart or gatabletkiday ! daystart or gabotmedday ! daystart or gabotsmlday ! daystart or gapregday ! daystart:
|
|
|
- minut += RAND(5,15)
|
|
|
+ minut += rand(5,15)
|
|
|
gs'stat'
|
|
|
- if RAND(0,5) = 0 and oluuosegunday ! daystart:
|
|
|
+ if rand(0,5) = 0 and oluuosegunday ! daystart:
|
|
|
gt 'motherQW','olu'
|
|
|
else
|
|
|
'You wait for your turn and move to the counter, discretely nodding at the counter with the contraceptives. Your aunt gives you a small smile and asks what she can do for you today.'
|
|
|
end
|
|
|
elseif gaprezikday = daystart and gatabletkiday = daystart:
|
|
|
- minut += RAND(5,15)
|
|
|
+ minut += rand(5,15)
|
|
|
|
|
|
'You wait for your turn and move up to the counter, discretely nodding at the counter with the contraceptives. She apologizes: "I''m sorry <<$pcs_nickname>>, those are all sold out." With some malice in her voice, she whispers: "Your stud will have to wait until tomorrow, unless you plan on entertaining him in some other way." Giving you a lewd grin, she ushers you away from the counter so she can help the next customer.'
|
|
|
end
|
|
|
elseif npc_QW['A29'] >= 3 and galubri = 1:
|
|
|
if gaprezikday ! daystart or gatabletkiday ! daystart or gabotmedday ! daystart or gabotsmlday ! daystart or gapregday ! daystart:
|
|
|
- minut += RAND(5,15)
|
|
|
- if RAND(0,5) = 0 and oluuosegunday ! daystart and tetyafirst < 3:
|
|
|
+ minut += rand(5,15)
|
|
|
+ if rand(0,5) = 0 and oluuosegunday ! daystart and tetyafirst < 3:
|
|
|
gt 'motherQW','olu'
|
|
|
else
|
|
|
'You wait for your turn and move to the counter, discretely nodding at the counter with the contraceptives. Your aunt gives you a small smile and asks what she can do for you today.'
|
|
|
end
|
|
|
elseif gaprezikday = daystart and gatabletkiday = daystart and galubriday = daystart:
|
|
|
- minut += RAND(5,15)
|
|
|
+ minut += rand(5,15)
|
|
|
|
|
|
'You wait for your turn and move up to the counter, discretely nodding at the counter with the contraceptives. She apologizes: "I''m sorry <<$pcs_nickname>>, those are all sold out." With some malice in her voice, she whispers: "Your stud will have to wait until tomorrow, unless you plan on entertaining him in some other way." Giving you a lewd grin, she ushers you away from the counter so she can help the next customer.'
|
|
|
end
|