Explorar o código

[fixed] Short shorts also expose panties

Kevin_Smarts hai 10 meses
pai
achega
d7a041fc0c
Modificáronse 1 ficheiros con 10 adicións e 2 borrados
  1. 10 2
      locations/stat_display.qsrc

+ 10 - 2
locations/stat_display.qsrc

@@ -560,8 +560,13 @@ if $clothingworntype ! 'nude':
 				$stat_panty_msg = 'The outline of your panties is visible through your skirt.'
 				$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
 			else
-				$stat_panty_msg = 'The outline of your panties is visible through your pants.'
-				$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
+				if PCloPants = 6:
+					$stat_panty_msg = 'Your short shorts expose your panties and are so thin the outline of the rest of your panties can be seen.'
+					$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
+				else
+					$stat_panty_msg = 'The outline of your panties is visible through your pants.'
+					$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
+				end
 			end
 		end
 	elseif PCloSkirt = 6:
@@ -573,6 +578,9 @@ if $clothingworntype ! 'nude':
 	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>'
+	elseif PCloPants = 6:
+		$stat_panty_msg = 'Your short shorts expose your panties.'
+		$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
 	end
 
 	if PCloPanties = 1: