Browse Source

[added] hair brush time tooltip info

Lusticon 4 months ago
parent
commit
2b3123550c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/stat_display.qsrc

+ 1 - 1
locations/stat_display.qsrc

@@ -1011,7 +1011,7 @@ if cheatStatusIcons = 0:
 
 	$stat_brush_msg = 'Your hair is <<$pcs_hairbsh>>.'
 	if pcs_hairbsh <> 1 and mc_inventory['comb'] > 0 and menu_off = 0:
-		$statusIconBarTab += '<td><a href="exec: minut += min(15, max(1, pcs_hairlng / 80)) & pcs_hairbsh = 1 & gs ''stat''"><img title="<<$stat_brush_msg>> Click to brush it." height = <<set_siconht>> src="images/system/icons/status/hair_0.png"></a></td>'
+		$statusIconBarTab += '<td><a href="exec: minut += min(15, max(1, pcs_hairlng / 80)) & pcs_hairbsh = 1 & gs ''stat''"><img title="<<$stat_brush_msg>> Click to brush. It would take about <<min(15, max(1, pcs_hairlng / 80))>> minutes." height = <<set_siconht>> src="images/system/icons/status/hair_0.png"></a></td>'
 	else
 		$statusIconBarTab += '<td><a href="exec:msg $stat_brush_msg"><img title="<<$stat_brush_msg>>" height = <<set_siconht>> src="images/system/icons/status/hair_'+max(0, pcs_hairbsh)+'.png"></a></td>'
 	end