Browse Source

[fixed] broken reputation table in obj_din, and title in traits.

3xpurt 5 years ago
parent
commit
83b7077697
2 changed files with 6 additions and 4 deletions
  1. 5 3
      locations/obj_din.qsrc
  2. 1 1
      locations/traits.qsrc

+ 5 - 3
locations/obj_din.qsrc

@@ -1229,12 +1229,14 @@ if $ARGS[0] = 'stats_fetish':
 	'</td></tr></table></center>'
 	'</td></tr></table></center>'
 end
 end
 
 
+
 if $ARGS[0] = 'reputation':
 if $ARGS[0] = 'reputation':
 	*clr & cla
 	*clr & cla
 	gs 'obj_din','chartabs'
 	gs 'obj_din','chartabs'
 	!'<center><img src="images/system/icon/reputation.png"><br></center>'
 	!'<center><img src="images/system/icon/reputation.png"><br></center>'
 	'<center><h1>Renown</h1></center>'
 	'<center><h1>Renown</h1></center>'
-	'<center><table>''<tr><td>'
+	'<center><table width="90%" cellspacing="0" cellpadding="20" valign="top">'
+		'<tr><td width="50%" cellspacing="0" cellpadding="0" valign="top">'
 		'<center>Family Renown</center>'
 		'<center>Family Renown</center>'
 		if Enable_family_Reputation = 0:
 		if Enable_family_Reputation = 0:
 			'<center><a href="exec:Enable_family_Reputation = 1 & gs ''obj_din'', ''reputation''">Show details</a></center>'
 			'<center><a href="exec:Enable_family_Reputation = 1 & gs ''obj_din'', ''reputation''">Show details</a></center>'
@@ -1322,7 +1324,7 @@ if $ARGS[0] = 'reputation':
 				'You are not famous enough on social media to be known outside of any local areas.'
 				'You are not famous enough on social media to be known outside of any local areas.'
 			end
 			end
 		end
 		end
-		'<center><table><tr><td>'
+		'<center><table width="225" cellspacing="0" cellpadding="20" valign="top"><tr><td>'
 			'<center>Renown in Pavlovsk</center>'
 			'<center>Renown in Pavlovsk</center>'
 			if Enable_pav_Reputation = 0:
 			if Enable_pav_Reputation = 0:
 				'<center><a href="exec:Enable_pav_Reputation = 1 & gs ''obj_din'', ''reputation''">Show details</a></center>'
 				'<center><a href="exec:Enable_pav_Reputation = 1 & gs ''obj_din'', ''reputation''">Show details</a></center>'
@@ -1447,7 +1449,7 @@ if $ARGS[0] = 'reputation':
 				'	Social media = <<village_media>>'
 				'	Social media = <<village_media>>'
 			end
 			end
 		'</tr></td></table></center>'
 		'</tr></td></table></center>'
-		'</td><td>'
+		'</td><td width="50%" cellspacing="0" cellpadding="0" valign="top">'
 		if film > 0:
 		if film > 0:
 			'<b>Pornographic Filmography</b>'
 			'<b>Pornographic Filmography</b>'
 			gs 'pornhist', 'short'
 			gs 'pornhist', 'short'

+ 1 - 1
locations/traits.qsrc

@@ -3,7 +3,7 @@
 if $ARGS[0] = 'menu':
 if $ARGS[0] = 'menu':
 	*clr & cla
 	*clr & cla
 	gs 'obj_din', 'chartabs'
 	gs 'obj_din', 'chartabs'
-	'<center><h2>Traits</h2></center>'
+	'<center><h1>Traits</h1></center>'
 	'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
 	'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
 	'<td>'
 	'<td>'
 	'<center><b>Bimbo</b></center>'
 	'<center><b>Bimbo</b></center>'