1
0
Răsfoiți Sursa

[fixed] Messages sticking to yo money in stat window, thx R.

Kevin_Smarts 3 ani în urmă
părinte
comite
8b104476d0
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      locations/stat_display.qsrc

+ 2 - 2
locations/stat_display.qsrc

@@ -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'