|
@@ -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':
|