Browse Source

[fixed] Worn underwear was wrong at start if it should have been GM

Kevin_Smarts 1 year ago
parent
commit
1c125bf0e6
2 changed files with 6 additions and 6 deletions
  1. 4 4
      locations/intro_initialization.qsrc
  2. 2 2
      locations/intro_initialization_city.qsrc

+ 4 - 4
locations/intro_initialization.qsrc

@@ -191,9 +191,9 @@ coatwornnumber = 0
 if $ARGS[1] ! 'CSB' and school_clothing ! 1:
 	gm_panties[1] = 1
 	gm_bras[1] = 1
-	$pantyworntype = 'cheap'
+	$pantyworntype = 'gm'
 	pantywornnumber = 1
-	$braworntype = 'cheap'
+	$braworntype = 'gm'
 	brawornnumber = 1
 	gm_shoe[6] = 1
 	danilovich_shoe[21] = 1
@@ -226,9 +226,9 @@ if school_clothing = 1:
 elseif $ARGS[1] = 'CSB':
 	gm_panties[12] = 1
 	gm_bras[12] = 1
-	$pantyworntype = 'cheap'
+	$pantyworntype = 'gm'
 	pantywornnumber = 12
-	$braworntype = 'cheap'
+	$braworntype = 'gm'
 	brawornnumber = 12
 	danilovich_outfits[81] = 1
 	danilovich_outfits_h[81] = 100

+ 2 - 2
locations/intro_initialization_city.qsrc

@@ -196,9 +196,9 @@ showobjs 0
 
 gm_panties[1] = 1
 gm_bras[1] = 1
-$pantyworntype = 'cheap'
+$pantyworntype = 'gm'
 pantywornnumber = 1
-$braworntype = 'cheap'
+$braworntype = 'gm'
 brawornnumber = 1
 gm_shoe[6] = 1
 $shoeworntype = 'gm'