|
@@ -630,7 +630,7 @@ elseif $clothingworntype = 'gm_office':
|
|
|
end
|
|
|
elseif PCloStyle2 = 4:
|
|
|
if PCloStyle = 4 and PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
- if enable_extra_msg = 1: $stat_msg += '<font color = #FF00FF>You are wearing a bimbo outfit</font>'
|
|
|
+ if enable_extra_msg = 1: $stat_msg += '<BR><font color = #FF00FF>You are wearing a bimbo outfit</font>'
|
|
|
$stat_clothes_msg = 'You''re wearing a school uniform a prostitute or bimbo would wear.'
|
|
|
$stat_clothes_tooltip = 'Prostitute/Bimbo school uniform'
|
|
|
$stat_clothes_style = 'uniform_pb'
|
|
@@ -639,7 +639,7 @@ elseif PCloStyle2 = 4:
|
|
|
$stat_clothes_tooltip = 'Prostitute school uniform.'
|
|
|
$stat_clothes_style = 'uniform_p'
|
|
|
elseif PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
- if enable_extra_msg = 1: $stat_msg += '<font color = #FF00FF>You are wearing a bimbo outfit</font>'
|
|
|
+ if enable_extra_msg = 1: $stat_msg += '<BR><font color = #FF00FF>You are wearing a bimbo outfit</font>'
|
|
|
$stat_clothes_msg = 'You''re wearing a school uniform a bimbo would wear.'
|
|
|
$stat_clothes_tooltip = 'Bimbo school uniform.'
|
|
|
$stat_clothes_style = 'uniform_b'
|