Browse Source

[fixes] The game now removes underwear before reapllying it so that it maintains the same items

KevinSmarts 5 years ago
parent
commit
162d4244ec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      locations/bed2.qsrc

+ 2 - 0
locations/bed2.qsrc

@@ -361,6 +361,8 @@ if $ARGS[0] = 'end':
 	InSleep = 0
 	slept_in = 0
 	strip_here = 0
+	if $braworntype ! 'none': gs 'bras', 'remove'
+	if $pantyworntype ! 'none':gs 'panties', 'remove'
 	if bedpanty = 1:
 		gs 'underwear', 'remove'
 	else