|
@@ -1044,7 +1044,7 @@ if $clothingworntype = 'nude':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
-elseif $pantyworntype = 'none':
|
|
|
+elseif $pantyworntype = 'none' and $clothingworntype ! 'swimwear':
|
|
|
if CloStyle = 4:
|
|
|
$stat_msg += '<BR><b><font color="red">you are not wearing panties, but you are dressed as a hooker, so that''s hardly surprising.</font></b>'
|
|
|
elseif PCloBimbo = 1 or bimbolevel > 0 and PCloSkirt > 3:
|