Browse Source

[added] Bodysuit now chages worn bra and panty type so the checks for none will all still work in scenes correctly.

Kevin_Smarts 1 year ago
parent
commit
51ae0702bd
1 changed files with 6 additions and 0 deletions
  1. 6 0
      locations/underwear_bodysuits.qsrc

+ 6 - 0
locations/underwear_bodysuits.qsrc

@@ -220,6 +220,8 @@ if $ARGS[0] = 'dispose':
 	lastwornbodysuitnumber = 0
 	$bodysuitworntype = 'none'
 	bodysuitwornnumber = 0
+	$pantyworntype = 'none'
+	$braworntype = 'none'
 end
 
 if $ARGS[0] = 'remove':
@@ -228,6 +230,8 @@ if $ARGS[0] = 'remove':
 	$bodysuitworntype = 'none'
 	bodysuitwornnumber = 0
 	underwear['lastworntype'] = 2
+	$pantyworntype = 'none'
+	$braworntype = 'none'
 end
 
 if $ARGS[0] = 'wear':
@@ -260,6 +264,8 @@ if $ARGS[0] = 'wear2':
 
 	$bodysuitworntype = $ARGS[1]
 	bodysuitwornnumber = ARGS[2]
+	$pantyworntype = 'bodysuit'
+	$braworntype = 'bodysuit'
 
 !! removing bra and panties or bodysuit if worn
 	if underwear['type'] = 0: