Browse Source

[fixed] Albina event was missing its intro

Anya 2 years ago
parent
commit
195ed1ec47
2 changed files with 8 additions and 7 deletions
  1. 7 2
      locations/albina_school_sex.qsrc
  2. 1 5
      locations/gschool_jock_chats.qsrc

+ 7 - 2
locations/albina_school_sex.qsrc

@@ -113,8 +113,13 @@ if $ARGS[0] = 'lunch_fun_1':
 	act 'Accept':
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
-		'You silently nod and she discreetly motions for you to follow her to one of the empty classrooms. Once inside, she grabs hold of you and is about to kiss you when she jumps back and squeals in fright. You look round and find Julia blankly staring at the two of you.'
-		act 'Continue': gt 'albina_school_sex', 'lunch_fun_1_2'
+		if rand(1,4) = 1:
+			'You silently nod and she discreetly motions for you to follow her to one of the empty classrooms. Once inside, she grabs hold of you and is about to kiss you when she jumps back and squeals in fright. You look round and find Julia blankly staring at the two of you.'
+			act 'Continue': gt 'albina_school_sex', 'lunch_fun_1_2'
+		else
+			'You silently nod and she discreetly motions for you to follow her to one of the empty classrooms. Once inside, she grabs hold of you and hungrily kisses you.'
+			act 'Continue': gt 'albina_school_sex', 'lunch_fun_2'
+		end
 	end
 end
 

+ 1 - 5
locations/gschool_jock_chats.qsrc

@@ -478,11 +478,7 @@ if $ARGS[0] = 'albina':
 		if school_period = 3:
 			gt 'albina_school_sex', 'break_fun_1'
 		else
-			if rand(1,4) = 1:
-				gt 'albina_school_sex', 'lunch_fun_1'
-			else
-				gt 'albina_school_sex', 'lunch_fun_2'
-			end
+			gt 'albina_school_sex', 'lunch_fun_1'
 		end
 	else
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'