Browse Source

[fixes] Now regular underwear for NT start and worn dress had wrong number

Kevin_Smarts 2 years ago
parent
commit
b71989ce08
1 changed files with 7 additions and 1 deletions
  1. 7 1
      locations/preCUST.qsrc

+ 7 - 1
locations/preCUST.qsrc

@@ -385,6 +385,12 @@ if $ARGS[0] = 'Done':
 	
 !!	Starting clothing set
 	if NTstart = 1:
+		cheap_panties[12] = 1
+		cheap_bras[12] = 1
+		$pantyworntype = 'cheap'
+		pantywornnumber = 12
+		$braworntype = 'cheap'
+		brawornnumber = 12
 		gm_outfits[50] = 1
 		gm_outfits_h[50] = 100
 		gm_outfits_b[50] = pcs_hips
@@ -397,7 +403,7 @@ if $ARGS[0] = 'Done':
 		danilovich_swimsuit_h[3] = 60
 		danilovich_swimsuit_b[3] = pcs_hips
 		sportsclothingnumber = 81
-		gs 'clothing', 'wear', 'gm_dress', 370
+		gs 'clothing', 'wear', 'gm_dress', 11
 	elseif goth_clothing = 1:
 		kats_panties[28] = 1
 		kats_bras[28] = 1