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