1
0
Selaa lähdekoodia

[fixes] wrong if conditions in brother_lessons

julzor 6 vuotta sitten
vanhempi
sitoutus
9ee8dfb397
1 muutettua tiedostoa jossa 8 lisäystä ja 4 poistoa
  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'