Browse Source

[fixed] Use of old npcsex and incorrect value in comment

Kevin_Smarts 2 years ago
parent
commit
bf5f7d0c02
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/albina_school_sex.qsrc
  2. 1 1
      locations/gschool_chats1.qsrc

+ 1 - 1
locations/albina_school_sex.qsrc

@@ -1,6 +1,6 @@
 # albina_school_sex
 
-!! If AlbQW['Friend'] = 2 and npc_sex [A23] > 1 when the player tries speaking to Albina during break, then there is the random chance that they will get this event instead. This should only happen once or twice a week and be somwhat uncommon.
+!! If AlbQW['Friend'] = 2 and npc_sex[A23] > 0 when the player tries speaking to Albina during break, then there is the random chance that they will get this event instead. This should only happen once or twice a week and be somwhat uncommon.
 
 if $ARGS[0] = 'break_fun_1':
 	menu_off = 1

+ 1 - 1
locations/gschool_chats1.qsrc

@@ -537,7 +537,7 @@ if $ARGS[0] = 'albina':
 	menu_off = 1
 	temp = rand(1, 5)
 	gs 'stat'
-	if AlbinaQW['Friends'] = 2 and npcsex['A23'] => 1 and albina_schoolsex ! daystart and temp = 5:
+	if AlbinaQW['Friends'] = 2 and npc_sex['A23'] >= 1 and albina_schoolsex ! daystart and temp = 5:
 		albina_schoolsex = daystart
 		if school_period = 3:
 			gt 'albina_school_sex', 'break_fun_1'