|
@@ -408,13 +408,7 @@ if $ARGS[0] = 'work_clothes':
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'is_default':
|
|
if $ARGS[0] = 'is_default':
|
|
- RESULT = prostitute['clothingwornnumber'] = clothingwornnumber _
|
|
|
|
- and prostitute['shoewornnumber'] = shoewornnumber _
|
|
|
|
- and prostitute['currentpursenumber'] = currentpursenumber _
|
|
|
|
- and prostitute['coatwornnumber'] = coatwornnumber _
|
|
|
|
- and (prostitute['bodysuitwornnumber'] = bodysuitwornnumber _
|
|
|
|
- or (prostitute['pantywornnumber'] = pantywornnumber _
|
|
|
|
- and prostitute['brawornnumber'] = brawornnumber))
|
|
|
|
|
|
+ RESULT = prostitute['clothingwornnumber'] = clothingwornnumber and prostitute['shoewornnumber'] = shoewornnumber and prostitute['currentpursenumber'] = currentpursenumber and prostitute['coatwornnumber'] = coatwornnumber and (prostitute['bodysuitwornnumber'] = bodysuitwornnumber or (prostitute['pantywornnumber'] = pantywornnumber and prostitute['brawornnumber'] = brawornnumber))
|
|
end
|
|
end
|
|
|
|
|
|
|
|
|