Bladeren bron

[fixes] wrong if conditions in brother_lessons

julzor 6 jaren geleden
bovenliggende
commit
9ee8dfb397
1 gewijzigde bestanden met toevoegingen van 8 en 4 verwijderingen
  1. 8 4
      locations/brother_lessons.qsrc

+ 8 - 4
locations/brother_lessons.qsrc

@@ -652,10 +652,14 @@ if $ARGS[0] = 'anatomylesson3':
 		act'Continue':
 			cla & *clr
 			
-			if pcs_vag = 0: vagtype = 0
-			elseif pcs_vag > 0 and pcs_vag <= 25: vagtype = 1
-			elseif pcs_vag > 25 and pcs_vag <= 35: vagtype = 2
-			elseif pcs_vag > 35: vagtype = 3
+			if pcs_vag = 0: 
+				vagtype = 0
+			elseif pcs_vag <= 25: 
+				vagtype = 1
+			elseif pcs_vag <= 35: 
+				vagtype = 2
+			elseif pcs_vag > 35: 
+				vagtype = 3
 			end
 			
 			gs 'stat'