|
@@ -1173,7 +1173,7 @@ if cheatStatusIcons = 0:
|
|
|
|
|
|
$statusIconBarTab += '</tr><tr>'
|
|
|
|
|
|
- !!Row 4: Status, Jobs, School, Clothes,...
|
|
|
+ !!Row 4: Status, Jobs, School
|
|
|
|
|
|
|
|
|
if bimbolevel > 0: $statusIconBarTab += '<td><a href="exec:msg $bimbostatus"><img title="<<$bimbo_tooltip>>" height = <<set_siconht>> src="images/system/icons/status/bimbo.png"></a></td>'
|
|
@@ -1199,6 +1199,7 @@ if cheatStatusIcons = 0:
|
|
|
|
|
|
if $stat_game_night_msg ! '': $statusIconBarTab += '<td><a href="exec:msg $stat_game_night_msg"><img title="<<$stat_game_night_tooltip>>" height = <<set_siconht>> src="images/system/icons/status/game_night.png"></a></td>'
|
|
|
|
|
|
+ !!maybe we should remove this one, and create specialized icons for all the jobs? This one is not informative
|
|
|
if work > 0: $statusIconBarTab += '<td><a href="exec: gt ''journal'', ''records''"><img title="You have a job. Click to find out more." height = <<set_siconht>> src="images/system/icons/status/work.png"></a></td>'
|
|
|
|
|
|
if masseuse['jobtype'] > 0:
|
|
@@ -1262,6 +1263,10 @@ if cheatStatusIcons = 0:
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
+
|
|
|
+ $statusIconBarTab += '</tr><tr>'
|
|
|
+
|
|
|
+ !!Row 5: Clothes,...
|
|
|
|
|
|
if $stat_bfgf_msg_0 ! '': $statusIconBarTab += '<td><a href="exec: $stat_bfgf_msg_0"><img title="<<$stat_bfgf_tooltip_0>>" height = <<set_siconht>> src="images/system/icons/status/date.png"></a></td>'
|
|
|
|