|
@@ -138,7 +138,7 @@ if $ARGS[0] = 'clothes':
|
|
|
clo_i += 1
|
|
|
if clothingfilter['quality'] = 0 and clo_i <= 7:
|
|
|
jump 'loopgm_outfits_filter'
|
|
|
- elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
|
|
|
+ elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
|
|
|
jump 'loopgm_outfits_filter'
|
|
|
end
|
|
|
end
|
|
@@ -203,7 +203,7 @@ if $ARGS[0] = 'dresses':
|
|
|
clo_i += 1
|
|
|
if clothingfilter['quality'] = 0 and clo_i <= 7:
|
|
|
jump 'loopgm_dress_filter'
|
|
|
- elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
|
|
|
+ elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
|
|
|
jump 'loopgm_dress_filter'
|
|
|
end
|
|
|
end
|
|
@@ -260,7 +260,7 @@ if $ARGS[0] = 'office':
|
|
|
clo_i += 1
|
|
|
if clothingfilter['quality'] = 0 and clo_i <= 7:
|
|
|
jump 'loopoffice_filter'
|
|
|
- elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
|
|
|
+ elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
|
|
|
jump 'loopoffice_filter'
|
|
|
end
|
|
|
end
|
|
@@ -321,7 +321,7 @@ if $ARGS[0] = 'gm_maid':
|
|
|
clo_i += 1
|
|
|
if clothingfilter['quality'] = 0 and clo_i <= 7:
|
|
|
jump 'loopgm_maid_filter'
|
|
|
- elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
|
|
|
+ elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
|
|
|
jump 'loopgm_maid_filter'
|
|
|
end
|
|
|
end
|
|
@@ -373,7 +373,7 @@ if $ARGS[0] = 'gm_server':
|
|
|
clo_i += 1
|
|
|
if clothingfilter['quality'] = 0 and clo_i <= 7:
|
|
|
jump 'loopgm_server_filter'
|
|
|
- elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
|
|
|
+ elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
|
|
|
jump 'loopgm_server_filter'
|
|
|
end
|
|
|
end
|
|
@@ -428,7 +428,7 @@ if $ARGS[0] = 'school':
|
|
|
clo_i += 1
|
|
|
if clothingfilter['quality'] = 0 and clo_i <= 7:
|
|
|
jump 'loopgm_school_filter'
|
|
|
- elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
|
|
|
+ elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
|
|
|
jump 'loopgm_school_filter'
|
|
|
end
|
|
|
end
|