KevinSmarts 4 anni fa
parent
commit
503bf5374b
1 ha cambiato i file con 19 aggiunte e 1 eliminazioni
  1. 19 1
      locations/_pube_image.qsrc

+ 19 - 1
locations/_pube_image.qsrc

@@ -43,7 +43,25 @@ if lashair = 0:
 		elseif pubestyle = 5:
 			$RESULT += 'shave/heart1'
 		elseif pubestyle = 6:
-			$RESULT += 'shave/flame1'
+			if pcs_pubecol[2] = 0:
+				$RESULT += 'shave/flame1'
+			elseif pcs_pubecol[2] = 1:
+				$RESULT += 'shave/brunette_flame'
+			elseif pcs_pubecol[2] = 2:
+				$RESULT += 'shave/ginger_flame'
+			elseif pcs_pubecol[2] = 3:
+				$RESULT += 'shave/blonde_flame'
+			elseif pcs_pubecol[2] = 4:
+				$RESULT += 'shave/red_flame'
+			elseif pcs_pubecol[2] = 5:
+				$RESULT += 'shave/blue_flame'
+			elseif pcs_pubecol[2] = 6:
+				$RESULT += 'shave/green_flame'
+			elseif pcs_pubecol[2] = 7:
+				$RESULT += 'shave/pink_flame'
+			elseif pcs_pubecol[2] = 8:
+				$RESULT += 'shave/purple_flame'
+			end
 		elseif pubestyle = 7:
 			$RESULT += 'shave/cross1'
 		elseif pubestyle = 8: