Browse Source

[fixes] The criteria for homework with Artem friendship level was set too high, nutluck asked for it to be lowered

KevinSmarts 5 năm trước cách đây
mục cha
commit
171d3398ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      locations/gschool_chats2.qsrc

+ 1 - 1
locations/gschool_chats2.qsrc

@@ -43,7 +43,7 @@ if $ARGS[0] = 'artem':
 
 	act 'Time for the next class': gt 'gschool_lessons', 'short_break'
 
-	if artemLernQW = 0 and npc_rel['A2'] >= 60:
+	if artemLernQW = 0 and npc_rel['A2'] > 20:
 		act '"Could you help me out a bit in school?"':
 			*clr & cla
 			artemLernQW = 1