Parcourir la source

[fixed] some bugs in the experimental trials

anjuna krokus il y a 5 mois
Parent
commit
e722bfbfda

+ 1 - 1
locations/city_experimental_trials.qsrc

@@ -114,7 +114,7 @@ if $ARGS[0] = 'front_desk' or $ARGS[0] = '':
 		act 'Sign the document':
 			experimentQW['signed'] = 1
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\desk.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\desk1.jpg"></center>'
 			*nl
 			'You hand the signed document back to the woman, who looks it over briefly.'
 			'"Thank you miss <<$pcs_lastname>>, we''ll add you to our database and from now on you can enter our various trials. The contract you signed is legally binding, you are not allowed to discuss your experiences with anybody outside of this clinic."'

+ 5 - 5
locations/city_experimental_trials_list.qsrc

@@ -344,7 +344,7 @@ elseif $ARGS[0] = $trial_sections[3]:
 	'<sub><small>Warning! This is a strictly personal enhancer, the clinic is not liable for any criminal allegations if used on other subjects.</small></sub>'
 
 	act 'Sign up':
-		 experimentQW['times_participated_2'] += 1
+		 experimentQW['times_participated_3'] += 1
 		$experimentQW['trial_active'] = $trial_sections[3]
 		 experimentQW['trial_duration'] = trial_durations[3]
 
@@ -399,7 +399,7 @@ elseif $ARGS[0] = $trial_sections[4]:
 	'<sub><small>*Patent following. The Kardashian Butt Injection is not affiliated with Kardashian family.</small></sub>'
 
 	act 'Sign up':
-		 experimentQW['times_participated_2'] += 1
+		 experimentQW['times_participated_4'] += 1
 		$experimentQW['trial_active'] = $trial_sections[4]
 		 experimentQW['trial_duration'] = trial_durations[4]
 		
@@ -448,9 +448,9 @@ elseif $ARGS[0] = $trial_sections[5]:
 	'Side effects include: Hormonal imbalance, superovulation, and uncontroled arousal.'
 
 	act 'Sign up':
-		 experimentQW['times_participated_2'] += 1
-		$experimentQW['trial_active'] = $trial_sections[4]
-		 experimentQW['trial_duration'] = trial_durations[4]
+		 experimentQW['times_participated_5'] += 1
+		$experimentQW['trial_active'] = $trial_sections[5]
+		 experimentQW['trial_duration'] = trial_durations[5]
 
 		menu_off = 1
 		minut += 2