فهرست منبع

[fixed] I shouldn't code when I'm sleepy

Anya 2 سال پیش
والد
کامیت
e20a8f2899
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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'] <= 40:
 		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'] >= 60:
 		act 'Think about Christina': gt 'Zvereva_events', 'christina_decide2'
 	end
 end