ソースを参照

[fixed] clothing type showing up twice in the tool tips. Reported by Selen99

anjuna krokus 1 ヶ月 前
コミット
39f92d1a73
1 ファイル変更4 行追加4 行削除
  1. 4 4
      locations/stat_display.qsrc

+ 4 - 4
locations/stat_display.qsrc

@@ -833,15 +833,15 @@ else
 		$temp_tooltip[0] = 'Normal'
 	elseif PCloInhibit < 25:
 		$temp_stat_clothes_msg[2] += 'a slightly revealing <<$temp_clo_type>>'
-		$temp_tooltip[0] = 'Slightly revealing <<$temp_clo_type>>'
+		$temp_tooltip[0] = 'Slightly revealing'
 		$temp_clo_style[2] = 's'
 	elseif PCloInhibit < 30:
 		$temp_stat_clothes_msg[2] += 'a revealing <<$temp_clo_type>>'
-		$temp_tooltip[0] = 'Revealing <<$temp_clo_type>>'
+		$temp_tooltip[0] = 'Revealing'
 		$temp_clo_style[2] = 's'
 	else
 		$temp_stat_clothes_msg[2] += 'a very revealing <<$temp_clo_type>>'
-		$temp_tooltip[0] = 'Very revealing <<$temp_clo_type>>'
+		$temp_tooltip[0] = 'Very revealing'
 		$temp_clo_style[2] = 's'
 	end
 
@@ -860,7 +860,7 @@ else
 	$stat_clothes_tooltip = ''
 	if arrsize('$temp_tooltip') = 1:
 		$stat_clothes_tooltip = '<<$temp_tooltip[0]>> <<$temp_clo_type>>.'
-	elseif arrsize('$temp_tooltip') > 1:
+	else
 		temp_sd_i = 1
 		temp_sd_max_i = 5
 		:tooltip_loop1