Selaa lähdekoodia

[fixed] tooltip text display

Lusticon 4 kuukautta sitten
vanhempi
säilyke
e530b5f5b7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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<br>>>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." 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