|
@@ -106,12 +106,6 @@ if $ARGS[0] = 'view_shoe_list':
|
|
|
i += 1
|
|
|
if i <= 37:jump 'loopsmoncheri'
|
|
|
|
|
|
- i = 1
|
|
|
- :loopscats
|
|
|
- if scats[i] = 1 and scatsS[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'cats', i)
|
|
|
- i += 1
|
|
|
- if i <= 38:jump 'loopscats'
|
|
|
-
|
|
|
i = 1
|
|
|
:loopsbomba
|
|
|
if sbomba[i] = 1 and sbombaS[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'bomba', i)
|
|
@@ -147,8 +141,6 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'moncheri':
|
|
|
*P FUNC('$attributes_moncheri_shoes', $ARGS[0], ARGS[1])
|
|
|
-elseif $ARGS[0] = 'cats':
|
|
|
- *P FUNC('$attributes_cats_shoes', $ARGS[0], ARGS[1])
|
|
|
elseif $ARGS[0] = 'bomba':
|
|
|
*P FUNC('$attributes_bomba_shoes', $ARGS[0], ARGS[1])
|
|
|
elseif $ARGS[0] = 'dolls':
|