|
@@ -7,7 +7,7 @@ if $ARGS[0] = 'view_swim_list':
|
|
|
|
|
|
if ARRSIZE('danilovich_swimsuit') = 0 and ARRSIZE('scandalicious_swimsuit') = 0 and ARRSIZE('scandalicious_bikinis') = 0 and ARRSIZE('allure_swimsuit') = 0 and ARRSIZE('allure_bikinis') = 0 and ARRSIZE('nerdvana_swimsuit') = 0 and ARRSIZE('nerdvana_bikinis') = 0:
|
|
|
'<center>You do not own any swimwear.</center>'
|
|
|
- elseif $loc = 'fit' or $loc = 'bass' or temper >= 15:
|
|
|
+ elseif $loc = 'fit' or $loc = 'bass' or $loc_arg = 'kathansaunasw1' or $loc_arg = 'kathansaunasw2' or temper >= 15:
|
|
|
if PCloswimwear = 0 and $clothingworntype ! 'nude':
|
|
|
$lastwornclothingtype['swim'] = $clothingworntype
|
|
|
lastwornclothingnumber['swim'] = clothingwornnumber
|