Browse Source

[changed] Bimbo, prostitute and stripper labels to replace the old yes/no text for the first two on the clothing list.

Kevin_Smarts 2 years ago
parent
commit
f5cf2105a0
1 changed files with 6 additions and 11 deletions
  1. 6 11
      locations/clothing.qsrc

+ 6 - 11
locations/clothing.qsrc

@@ -43,17 +43,12 @@ $clothing_list_line = {
 		$RESULT += '<TD>' + $swimwear_description + '</TD>'
 	end
 
-	if CloBimbo = 1:
-		$RESULT += '<TD>Yes</TD>'
-	else
-		$RESULT += '<TD>No</TD>'
-	end
+	$RESULT += '<TD>'
+	if CloBimbo = 1: $RESULT += '<img src="images/system/icons/clothing/bimbo.png"><BR>'
+	if CloStyle = 4: $RESULT += '<img src="images/system/icons/clothing/prostitute.png"><BR>'
+	if CloStyle2 = 3: $RESULT += '<img src="images/system/icons/clothing/stripper.png">'
 
-	if CloStyle = 4:
-		$RESULT += '<TD>Yes</TD>'
-	else
-		$RESULT += '<TD>No</TD>'
-	end
+	$RESULT += '</TD>'
 
 	if $ARGS[0] ! 'resize':
 
@@ -1340,7 +1335,7 @@ if $ARGS[0] = 'clothing_list':
 end
 
 if $ARGS[0] = 'clothinglist_header':
-	'<table border=0 cellspacing=0 cellpadding=5><TH></TH><TH>Strength</TH><TH>Hip size</TH><TH>Description</TH><TH>Bimbo</TH><TH>Prostitute</TH><TH></TH><TH>Storage</TH><TH></TH><TH>Attempt Repair (0:30)</TH><TH>Resize(0:30)</TH>'
+	'<table border=0 cellspacing=0 cellpadding=5><TH></TH><TH>Strength</TH><TH>Hip size</TH><TH>Description</TH><TH>Specials</TH><TH></TH><TH>Storage</TH><TH></TH><TH>Attempt Repair (0:30)</TH><TH>Resize(0:30)</TH>'
 end
 
 if $ARGS[0] = 'clothwidth':