|
@@ -122,6 +122,7 @@ if $ARGS[0] = 'buy_condoms':
|
|
|
else
|
|
|
gaptek_timers['condom'] = daystart
|
|
|
end
|
|
|
+ if LudaQW['KnowsSexActive'] < 10: LudaQW['KnowsSexActive'] += 1
|
|
|
gs 'stat'
|
|
|
'<center><B><font color="maroon">Pharmacy</font></B></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/pharmacy/apteka_aunt_1.jpg"></center>'
|
|
@@ -175,6 +176,7 @@ if $ARGS[0] = 'buy_birth_control':
|
|
|
else
|
|
|
gaptek_timers['birth_control'] = daystart
|
|
|
end
|
|
|
+ if LudaQW['KnowsSexActive'] < 10: LudaQW['KnowsSexActive'] += 2
|
|
|
gs 'stat'
|
|
|
'<center><B><font color="maroon">Pharmacy</font></B></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/pharmacy/apteka_aunt_1.jpg"></center>'
|
|
@@ -232,6 +234,7 @@ if $ARGS[0] = 'buy_preg_test':
|
|
|
else
|
|
|
gaptek_timers['preg_test'] = daystart
|
|
|
end
|
|
|
+ if LudaQW['KnowsSexActive'] < 10: LudaQW['KnowsSexActive'] = 10
|
|
|
gs 'stat'
|
|
|
'<center><B><font color="maroon">Pharmacy</font></B></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/pharmacy/apteka_aunt_1.jpg"></center>'
|
|
@@ -289,6 +292,7 @@ if $ARGS[0] = 'buy_lube':
|
|
|
else
|
|
|
gaptek_timers['lube'] = daystart
|
|
|
end
|
|
|
+ if LudaQW['KnowsSexActive'] < 10: LudaQW['KnowsSexActive'] += 1
|
|
|
gs 'stat'
|
|
|
'<center><B><font color="maroon">Pharmacy</font></B></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/pharmacy/apteka_aunt_1.jpg"></center>'
|