Browse Source

[fixes] Bad syntax as found by the analyser

KevinSmarts 4 years ago
parent
commit
c63bd0c8ef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/_pube_image.qsrc

+ 2 - 1
locations/_pube_image.qsrc

@@ -34,7 +34,7 @@ if lashair = 0:
 			$RESULT += 'hair/purple'
 		end
 	elseif pcs_pubes <= 25:
-		elseif pubestyle = 2:
+		if pubestyle = 2:
 			$RESULT += 'shave/v1'
 		elseif pubestyle = 3:
 			$RESULT += 'shave/triangle1'
@@ -92,6 +92,7 @@ if lashair = 0:
 			elseif pcs_pubecol[2] = 8:
 				$RESULT += 'hair/purple'
 			end
+		end
 	elseif pcs_pubes <= 30:
 		if pcs_pubecol[2] = 0:
 			$RESULT += 'hair/black_mid'