Browse Source

[text edit] Can't be "a panties"

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

+ 3 - 3
locations/stat_display.qsrc

@@ -619,13 +619,13 @@ if $clothingworntype ! 'nude':
 		$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
 	elseif $pantyworntype = 'none':
 		if pcs_inhib < 30:
-			$stat_panty_msg = 'You are not wearing a panties.'
+			$stat_panty_msg = 'You are not wearing panties.'
 			$stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
 		elseif pcs_inhib < 70:
-			$stat_panty_msg = 'You are not wearing a panties.'
+			$stat_panty_msg = 'You are not wearing panties.'
 			$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
 		else
-			$stat_panty_msg = 'You are not wearing a panties.'
+			$stat_panty_msg = 'You are not wearing panties.'
 			$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
 		end
 	end