Kevin_Smarts пре 10 месеци
родитељ
комит
a6ba24c030
1 измењених фајлова са 7 додато и 7 уклоњено
  1. 7 7
      locations/stat_display.qsrc

+ 7 - 7
locations/stat_display.qsrc

@@ -513,10 +513,10 @@ $stat_panty_text = ''
 if $clothingworntype ! 'nude':
 	if PCloThinness = 6:
 		if $pantyworntype ! 'none':
-			if PCloSkirtShortness = 6:
+			if PCloSkirt = 6:
 				$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
 				$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-			elseif PCloSkirtShortness = 5:
+			elseif PCloSkirt = 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>'
@@ -537,7 +537,7 @@ if $clothingworntype ! 'nude':
 		end
 	elseif PCloThinness = 5:
 		if $pantyworntype ! 'none':
-			if PCloSkirtShortness = 6:
+			if PCloSkirt = 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>'
@@ -545,7 +545,7 @@ if $clothingworntype ! 'nude':
 					$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:
+			elseif PCloSkirt = 5:
 				if PCloDress = 1:
 					$stat_panty_msg = 'The outline of your panties can be seen and often exposed by your short dress.'
 					$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
@@ -564,13 +564,13 @@ if $clothingworntype ! 'nude':
 				$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
 			end
 		end
-	elseif PCloSkirtShortness = 6:
+	elseif PCloSkirt = 6:
 		$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
 		$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-	elseif PCloSkirtShortness = 5:
+	elseif PCloSkirt = 5:
 		$stat_panty_msg = 'Your dress is short and your panties can often be seen.'
 		$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
-	elseif PCloSkirtShortness = 4:
+	elseif PCloSkirt = 4:
 		$stat_panty_msg = 'Your dress is short enough that and your panties can be seen when you bend over.'
 		$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
 	end