|
@@ -520,7 +520,7 @@ if $ARGS[0] = 'dispose':
|
|
|
PBraThinness = 0
|
|
|
PBraCover = 4
|
|
|
|
|
|
- gs 'clothing', 'exposure_calc'
|
|
|
+ gs 'outfit', 'exposure_calc'
|
|
|
|
|
|
end
|
|
|
|
|
@@ -538,7 +538,7 @@ if $ARGS[0] = 'remove':
|
|
|
PBraThinness = 0
|
|
|
PBraCover = 4
|
|
|
|
|
|
- gs 'clothing', 'exposure_calc'
|
|
|
+ gs 'outfit', 'exposure_calc'
|
|
|
|
|
|
end
|
|
|
|
|
@@ -587,7 +587,7 @@ if $ARGS[0] = 'wear2':
|
|
|
PBraThinness = BraThinness
|
|
|
PBraCover = BraCover
|
|
|
|
|
|
- gs 'clothing', 'exposure_calc'
|
|
|
+ gs 'outfit', 'exposure_calc'
|
|
|
|
|
|
end
|
|
|
|