Browse Source

[fixes] wrong if condition in nikoev

julzor 5 years ago
parent
commit
f5109fafea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/NikoEv.qsrc

+ 1 - 1
locations/NikoEv.qsrc

@@ -290,7 +290,7 @@ end
 if $ARGS[0] = 'Niko Dates':
 	if fedorkozlovQW >= 10 and NikoVsFedor = 0:
 		gt 'NikoEv', 'Fyodor'
-	elseif KotovloveQW >= 10 and NikoVsVitek = 0:
+	elseif KotovloveQW > 0 and NikoVsVitek = 0:
 		gt 'NikoEv', 'Viktor'
 	elseif dimafilm = 1 and DimaRudeBlock = 0 and NikoVsDimka = 0:
 		gt 'NikoEv', 'Dimka'