Explorar o código

[fixes] wrong if conditions in brother_lessons

julzor %!s(int64=6) %!d(string=hai) anos
pai
achega
9ee8dfb397
Modificáronse 1 ficheiros con 8 adicións e 4 borrados
  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'