Browse Source

[fixed] wrong variable

Kevin_Smarts 11 months ago
parent
commit
b76cf5db17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/stat_display.qsrc

+ 1 - 1
locations/stat_display.qsrc

@@ -614,7 +614,7 @@ if $clothingworntype ! 'nude':
 		$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
 	end
 
-	if PCloPants = 1:
+	if PCloPanties = 1:
 		$stat_panty_msg = 'Your outfit is replacing your panties.'
 		$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
 	elseif $pantyworntype = 'none':