Browse Source

[fixed] bra/panty icon/texts were not disappearing as they should

julzor 4 years ago
parent
commit
3d830d786c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      locations/stat_display.qsrc

+ 6 - 6
locations/stat_display.qsrc

@@ -315,6 +315,9 @@ else
 end
 if $stat_school_msg ! '': $stat_school_icon_msg = $stat_school_msg + $stat_school_schedule
 
+$stat_bra_msg = ''
+$stat_bra_text = ''
+
 if $clothingworntype ! 'nude':
 	if CloThinness = 6:
 		if $clothingworntype = 'swimwear':
@@ -356,11 +359,11 @@ if $clothingworntype ! 'nude':
 		$stat_bra_msg = 'You are not wearing a bra.'
 		$stat_bra_text = '<BR><font color = #AB052A><<$stat_bra_msg>></font>'
 	end
-else
-	$stat_bra_msg = ''
-	$stat_bra_text = ''
 end
 
+$stat_panty_msg = ''
+$stat_panty_text = ''
+
 if $pantyworntype = 'none' and $clothingworntype ! 'swimwear':
 	if PCloStyle = 4:
 		$stat_panty_msg = 'You are not wearing panties, but you are dressed as a hooker, so that''s hardly surprising.'
@@ -398,9 +401,6 @@ elseif $pantyworntype = 'exhibitionist' and $clothingworntype ! 'swimwear':
 		$stat_panty_msg = 'Your face is flushed with shame, you are wearing panties so thin, they leave your ass clearly visible, as it flashes from under your short skirt.'
 		$stat_panty_text = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
 	end
-else
-	$stat_panty_msg = ''
-	$stat_panty_text = ''
 end
 
 $stat_clothes_msg = ''