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