|
@@ -5,8 +5,10 @@ if $ARGS[0] = 'view_swim_list':
|
|
|
if $loc = 'bass' or ($loc = 'etoexhib' and temper >= 20) or (temper >= 20 and month >= 5 and month <= 9):
|
|
|
if $clothingworntype ! 'swimwear':
|
|
|
if $clothingworntype = 'nude':
|
|
|
- $normalclothingworntype = $lastwornclothingtype
|
|
|
- normalclothingwornno = lastwornclothingnumber
|
|
|
+ if $lastwornclothingtype ! 'swimwear':
|
|
|
+ $normalclothingworntype = $lastwornclothingtype
|
|
|
+ normalclothingwornno = lastwornclothingnumber
|
|
|
+ end
|
|
|
else
|
|
|
$normalclothingworntype = $clothingworntype
|
|
|
normalclothingwornno = clothingwornnumber
|