Browse Source

[fixed] Dancer starting sportwear adjusted and some of the old sports defaults set wrong (they shouldn't do anything but corrected them for now)

Kevin_Smarts 5 months ago
parent
commit
8a2a27f751
2 changed files with 21 additions and 9 deletions
  1. 9 3
      locations/intro_initialization.qsrc
  2. 12 6
      locations/intro_initialization_city.qsrc

+ 9 - 3
locations/intro_initialization.qsrc

@@ -378,12 +378,18 @@ elseif pcs_inhib < 35:
 	gm_outfits[95] = 1
 	gm_outfits_h[95] = 100
 	gm_outfits_b[95] = pcs_hips
-	danilovich_outfits[48] = 1
-	danilovich_outfits_h[48] = 100
+	if $start_type['cat'] = 'dancer':
+		danilovich_outfits[82] = 1
+		danilovich_outfits_h[82] = 100
+		sportsclothingnumber = 82
+	else
+		danilovich_outfits[48] = 1
+		danilovich_outfits_h[48] = 100
+		sportsclothingnumber = 48
+	end
 	gm_dress[63] = 1
 	gm_dress_h[63] = 100
 	gm_dress_b[63] = pcs_hips
-	sportsclothingnumber = 48
 	gs 'clothing', 'wear', 'gm_dress', 63
 elseif pcs_inhib < 40:
 	gm_outfits[124] = 1

+ 12 - 6
locations/intro_initialization_city.qsrc

@@ -412,7 +412,7 @@ elseif pcs_inhib < 20:
 	gm_dress[7] = 1
 	gm_dress_h[7] = 100
 	gm_dress_b[7] = pcs_hips
-	sportsclothingnumber = 43
+	sportsclothingnumber = 64
 	gs 'clothing', 'wear', 'gm_outfits', 99
 elseif pcs_inhib < 25:
 	gm_outfits[58] = 1
@@ -432,7 +432,7 @@ elseif pcs_inhib < 25:
 	gm_dress[39] = 1
 	gm_dress_h[39] = 100
 	gm_dress_b[39] = pcs_hips
-	sportsclothingnumber = 1
+	sportsclothingnumber = 87
 	gs 'clothing', 'wear', 'flamingos_dress', 59
 elseif pcs_inhib < 30:
 	gm_outfits[91] = 1
@@ -452,14 +452,21 @@ elseif pcs_inhib < 30:
 	gm_dress[57] = 1
 	gm_dress_h[57] = 100
 	gm_dress_b[57] = pcs_hips
-	sportsclothingnumber = 48
+	sportsclothingnumber = 96
 	gs 'clothing', 'wear', 'flamingos_dress', 89
 elseif pcs_inhib < 35:
 	gm_outfits[95] = 1
 	gm_outfits_h[95] = 100
 	gm_outfits_b[95] = pcs_hips
-	danilovich_outfits[48] = 1
-	danilovich_outfits_h[48] = 100
+	if $start_type['cat'] = 'dancer':
+		danilovich_outfits[82] = 1
+		danilovich_outfits_h[82] = 100
+		sportsclothingnumber = 82
+	else
+		danilovich_outfits[48] = 1
+		danilovich_outfits_h[48] = 100
+		sportsclothingnumber = 48
+	end
 	scandalicious_dress[18] = 1
 	scandalicious_dress_h[18] = 100
 	scandalicious_dress_b[18] = pcs_hips
@@ -472,7 +479,6 @@ elseif pcs_inhib < 35:
 	gm_dress[63] = 1
 	gm_dress_h[63] = 100
 	gm_dress_b[63] = pcs_hips
-	sportsclothingnumber = 40
 	gs 'clothing', 'wear', 'bomba_outfits', 36
 elseif pcs_inhib < 40:
 	gm_outfits[124] = 1