소스 검색

[changed] Inhib value sets colour for not wearing panties message and fixed a couple of other colours there

Kevin_Smarts 10 달 전
부모
커밋
67312b8666
1개의 변경된 파일12개의 추가작업 그리고 4개의 파일을 삭제
  1. 12 4
      locations/stat_display.qsrc

+ 12 - 4
locations/stat_display.qsrc

@@ -500,7 +500,7 @@ if $clothingworntype ! 'nude':
 	end
 	if PCloBra = 1:
 		$stat_bra_msg = 'Your top is replacing your bra.'
-		$stat_bra_text = '<BR><font color = #AB052A><<$stat_bra_msg>></font>'
+		$stat_bra_text = '<BR><font color = #0064FF><<$stat_bra_msg>></font>'
 	end
 	if CoverTop = 4:
 		$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are completely exposed.'
@@ -564,10 +564,18 @@ if $clothingworntype ! 'nude':
 
 	if PCloPants = 1:
 		$stat_panty_msg = 'Your outfit is replacing your panties.'
-		$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
+		$stat_panty_text = '<BR><font color = #0064FF><<$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>'
+		if pcs_inhib < 30:
+			$stat_panty_msg = 'You are not wearing a 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_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
+		else
+			$stat_panty_msg = 'You are not wearing a panties.'
+			$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
+		end
 	end
 
 	if CoverBack = 4: