Pārlūkot izejas kodu

[fixed] Wrong variable being checked and text edit for clarity

Kevin_Smarts 10 mēneši atpakaļ
vecāks
revīzija
0fc211045a
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      locations/stat_display.qsrc

+ 3 - 3
locations/stat_display.qsrc

@@ -663,7 +663,7 @@ $stat_clothes_text = ''
 
 if $clothingworntype = 'nude':
 	if PanThinness >= 5:
-		if BraThinness >= 5:
+		if $braworntype = 'none':
 			$stat_clothes_text = '<BR><font color = #AB052A>You are only wearing your see-through panties, and your boobs sway invitingly as you walk.</font>'
 			$stat_clothes_tooltip = 'You are wearing your see-through panties.'
 			$stat_clothes_msg = 'You are only wearing your see-through panties, and your boobs sway invitingly as you walk.'
@@ -673,8 +673,8 @@ if $clothingworntype = 'nude':
 			$stat_clothes_msg = 'You are only wearing your see-through underwear.'
 		else
 			$stat_clothes_text = '<BR><font color = #AB052A>You are only wearing your see-through panties and bra.</font>'
-			$stat_clothes_tooltip = 'You are wearing your see-through panties and bra.'
-			$stat_clothes_msg = 'You are only wearing your see-through panties and bra.'
+			$stat_clothes_tooltip = 'You are wearing your see-through panties and a regular bra.'
+			$stat_clothes_msg = 'You are only wearing your see-through panties and a regular bra.'
 		end
 	elseif $pantyworntype ! 'none':
 		if $braworntype = 'none':