Browse Source

Underwear being put on when not removed causing error

KevinSmarts 6 years ago
parent
commit
64e8cbdbbf
1 changed files with 2 additions and 5 deletions
  1. 2 5
      locations/bed2

+ 2 - 5
locations/bed2

@@ -283,11 +283,8 @@ end
 
 
 if $args[0] = 'end':
 if $args[0] = 'end':
 	InSleep = 0
 	InSleep = 0
-	if bedpanty = 1: 
-		gs 'underwear', 'remove'
-	else
-		gs 'underwear', 'wear'
-	end
+	if bedpanty = 1: gs 'underwear', 'remove'
+
 	if fullmorrout = 1 and $loc = 'bedrPar':
 	if fullmorrout = 1 and $loc = 'bedrPar':
 		gt 'vanrPar'
 		gt 'vanrPar'
 	elseif fullmorrout = 1 and $loc = 'bedr':
 	elseif fullmorrout = 1 and $loc = 'bedr':