1
0
فهرست منبع

[fixes] bag=1 missing for full custom start with dolls bag and swimsuit for queen of the nerds added too early so hipsize not set. As spotted by inverted

KevinSmarts 5 سال پیش
والد
کامیت
0d87f27b09
3فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 5 1
      locations/preCUST.qsrc
  2. 0 3
      locations/preSYS.qsrc
  3. 1 0
      locations/preSYS2.qsrc

+ 5 - 1
locations/preCUST.qsrc

@@ -481,7 +481,11 @@ if $ARGS[0] = 'Done':
 	coat[5] = 1
 	coatH[5] = 200
 	defaultcoat = 5
-	if swim_start = 98:
+	if swim_start = 58:
+		swimwear[58] = 1
+		swimwearH[58] = 60
+		swimwearB[58] = pcs_hips
+	elseif swim_start = 98:
 		swimwear[98] = 1
 		swimwearH[98] = 60
 		swimwearB[98] = pcs_hips

+ 0 - 3
locations/preSYS.qsrc

@@ -268,9 +268,6 @@ if $ARGS[0] = 'charselect':
 				grupvalue[1] = 10
 				kosmetica = 10
 				stanok = 10
-				swimwear[58] = 1
-				swimwearH[58] = 60
-				swimwearB[58] = pcs_hips
 				if player_avatar = 0:
 					pcs_hairlng = 300
 					pcs_eyesize = 3

+ 1 - 0
locations/preSYS2.qsrc

@@ -235,6 +235,7 @@ if $ARGS[0] = 'modpur':
 		if nbag < 1 or nbag > 22: 
 			gt 'preSYS2','modpur'
 		else
+			bag = 1
 			$currentpursetype = 'dolls'
 			currentpursenumber = nbag
 			gt 'preSYS2','modpur'