Browse Source

[fixed] Logic gap meant that not panty icon was broken

Kevin_Smarts 10 months ago
parent
commit
ce9954b4a1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/stat_display.qsrc

+ 3 - 3
locations/stat_display.qsrc

@@ -560,14 +560,14 @@ if $clothingworntype ! 'nude':
 				$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
 			end
 		end
-	elseif $pantyworntype = 'none':
-		$stat_panty_msg = 'You are not wearing a panties.'
-		$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
 	end
 
 	if PCloPants = 1:
 		$stat_panty_msg = 'Your outfit is replacing your panties.'
 		$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
+	elseif $pantyworntype = 'none':
+		$stat_panty_msg = 'You are not wearing a panties.'
+		$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
 	end
 
 	if CoverBack = 4: