Browse Source

[fixed] Removed x-ray underwear vision and fixed an elseif without if issue

Kevin_Smarts 10 months ago
parent
commit
98fa41a744
1 changed files with 0 additions and 39 deletions
  1. 0 39
      locations/stat_display.qsrc

+ 0 - 39
locations/stat_display.qsrc

@@ -451,16 +451,6 @@ if $clothingworntype ! 'nude':
 			$stat_bra_text = '<BR><font color = #FF00FF><<$stat_bra_msg>></font>'
 		end
 	elseif PCloThinness = 5:
-		if $braworntype ! 'none':
-			if PCloDress = 1:
-				$stat_bra_msg = 'The shape and color of your bra is visible through your dress.'
-				$stat_bra_text = '<BR><font color = #0064FF><<$stat_bra_msg>></font>'
-			else
-				$stat_bra_msg = 'The shape and color of your bra is visible through your top.'
-				$stat_bra_text = '<BR><font color = #0064FF><<$stat_bra_msg>></font>'
-			end
-		end
-	elseif PCloThinness = 4:
 		if $braworntype ! 'none':
 			if PCloDress = 1:
 				$stat_bra_msg = 'The outline of your bra is visible through your dress.'
@@ -547,35 +537,6 @@ if $clothingworntype ! 'nude':
 		end
 	elseif PCloThinness = 5:
 		if $pantyworntype ! 'none':
-			if PCloSkirtShortness = 6:
-				if PCloDress = 1:
-					$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
-					$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-				else
-					$stat_panty_msg = 'Your skirt is so short that your panties clearly visible.'
-					$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-				end
-			elseif PCloSkirtShortness = 5:
-				if PCloDress = 1:
-					$stat_panty_msg = 'Your dress is short and transparent so anyone can see your panties.'
-					$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-				else
-					$stat_panty_msg = 'Your skirt is short and transparent so anyone can see your panties.'
-					$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-				end
-			elseif PCloDress = 1:
-				$stat_panty_msg = 'The shape and color of your panties are visible through your dress.'
-				$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-			elseif PCloSkirt > 0:
-				$stat_panty_msg = 'The shape and color of your panties are visible through your skirt.'
-				$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-			else
-				$stat_panty_msg = 'The shape and color of your panties are visible through your pants.'
-				$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-			end
-		end
-	elseif PCloThinness = 4:
-		elseif $pantyworntype ! 'none':
 			if PCloSkirtShortness = 6:
 				if PCloDress = 1:
 					$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'