Browse Source

[fixed] Christina options were backwards

Anya 2 years ago
parent
commit
0c6220f887
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/gschool_jock_chats.qsrc

+ 2 - 2
locations/gschool_jock_chats.qsrc

@@ -459,10 +459,10 @@ if $ARGS[0] = 'christina':
 		end
 	end
 	act 'Time for the next class': gt 'gschool_lessons', 'short_break'
-	if christinaQW['blackmail'] = 0 and christinaQW['pre_bm'] = 0 and christinaQW['pre_fight'] = 0 and christinaQW['fight'] = 0 and christinaQW['bully'] >= 60:
+	if christinaQW['blackmail'] = 0 and christinaQW['pre_bm'] = 0 and christinaQW['pre_fight'] = 0 and christinaQW['fight'] = 0 and christinaQW['bully'] <= 60:
 		act 'Think about Christina': gt 'Zvereva_events', 'christina_decide1'
 	end
-	if christinaQW['subpath'] = 0 and christinaQW['bully'] <= 40:
+	if christinaQW['subpath'] = 0 and christinaQW['bully'] >= 40:
 		act 'Think about Christina': gt 'Zvereva_events', 'christina_decide2'
 	end
 end