|
@@ -1,4 +1,4 @@
|
|
|
-# budgetclothes
|
|
|
+budgetclothes# budgetclothes
|
|
|
|
|
|
if $ARGS[0] = 'start':
|
|
|
$loc_arg = $ARGS[0]
|
|
@@ -192,7 +192,7 @@ if $ARGS[0] = 'office':
|
|
|
end
|
|
|
end
|
|
|
i += 3
|
|
|
- if i <= 128:jump 'loopoffice'
|
|
|
+ if i <= 140:jump 'loopoffice'
|
|
|
if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality2'
|
|
|
end
|
|
|
|
|
@@ -303,7 +303,7 @@ if $ARGS[0] = 'school':
|
|
|
end
|
|
|
i += 3
|
|
|
if i = 6:i = 9
|
|
|
- if i <= 63:jump 'loopschool'
|
|
|
+ if i <= 80:jump 'loopschool'
|
|
|
if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality4'
|
|
|
end
|
|
|
|