瀏覽代碼

[fixes] wrong if conditions in brother_lessons

julzor 6 年之前
父節點
當前提交
9ee8dfb397
共有 1 個文件被更改,包括 8 次插入4 次删除
  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'