Browse Source

[fixes] Had it the wrong way around in the last fix, thanks sovietmercader

KevinSmarts 4 năm trước cách đây
mục cha
commit
3736169c87
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      locations/dimaRevenge.qsrc
  2. 1 1
      locations/gschool_grounds.qsrc

+ 1 - 1
locations/dimaRevenge.qsrc

@@ -871,7 +871,7 @@ if dimaRevChoice = 4:
 			npc_rel['A1'] -= 50
 			grupvalue[4] += 5
 			dimaDisco = 1
-			dimaRevengedaystart = daystart - 6
+			dimaRevengedaystart = daystart + 6
 			'It isn''t hard to find Dimka as he is often surrounded by girls clamoring for his attention. He''s wearing the bruises you gave him as battle scars, and the girls are fawning all over him, calling him brave.
 			If only they knew how he practically cried when his drugs washed down the drain. You need to lure him out somehow. And someone to back you up and block Dimka''s escape when he inevitably tries to run.'
 			act 'Find help':

+ 1 - 1
locations/gschool_grounds.qsrc

@@ -193,7 +193,7 @@ if $ARGS[0] = 'main':
 		gt 'dimaRevenge', dimaRevenge,	'before'
 	elseif week < 6 and hour = 14 and dimaRevenge = 6 and dimaRevChoice = 4:
 		gt 'dimaRevenge', 5, 'after'
-	elseif week < 6 and hour = 7 and dimaRevenge = 7 and dimaRevChoice = 4 and dimaRevengedaystart <= daystart:
+	elseif week < 6 and hour = 7 and dimaRevenge = 7 and dimaRevChoice = 4 and dimaRevengedaystart >= daystart:
 		gt 'dimaRevenge', 6
 	elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 5:
 		gt 'dimaRevenge', dimaRevenge, 'before'