|
@@ -1461,12 +1461,6 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
'<center><img src="<<FUNC(''$clothing_image'', $ARGS[1], ARGS[2])>>"></center>'
|
|
|
gs 'clothing_attributes', $ARGS[1], ARGS[2]
|
|
|
|
|
|
- if CloTopCut > 1:
|
|
|
- if tits = 2 or tits = 3: CloTopCut += 1
|
|
|
- if tits >= 4: CloTopCut += 2
|
|
|
- if CloTopCut > 2 and tits >=6: CloTopCut += 1
|
|
|
- end
|
|
|
-
|
|
|
$RESULT = FUNC('$short_description', $ARGS[1], CloStyle2)
|
|
|
$RESULT += '<<ARGS[2]>>'
|
|
|
'<<$RESULT>>'
|
|
@@ -1895,12 +1889,6 @@ if $ARGS[0] = 'wear':
|
|
|
|
|
|
gs 'clothing_attributes', $ARGS[1], ARGS[2]
|
|
|
|
|
|
- if CloTopCut > 1:
|
|
|
- if tits = 2 or tits = 3: CloTopCut += 1
|
|
|
- if tits >= 4: CloTopCut += 2
|
|
|
- if CloTopCut > 2 and tits >=6: CloTopCut += 1
|
|
|
- end
|
|
|
-
|
|
|
dynamic '<<$ARGS[1]>>_s[<<ARGS[2]>>] = 0'
|
|
|
|
|
|
if CloStyle2 = 4:
|