|
@@ -32,7 +32,7 @@ $clothing_list_line = {
|
|
|
$RESULT += '<TD>' + FUNC('$clothing_name', $ARGS[1], ARGS[2]) + '</TD>'
|
|
|
end
|
|
|
|
|
|
- if bimbo = 1:
|
|
|
+ if CloBimbo = 1:
|
|
|
$RESULT += '<TD>Yes</TD>'
|
|
|
else
|
|
|
$RESULT += '<TD>No</TD>'
|
|
@@ -164,7 +164,7 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
FUNC('$clothing_name', $ARGS[2], ARGS[3])
|
|
|
end
|
|
|
|
|
|
- if bimbo = 1:'This item is considered bimbo clothing.'
|
|
|
+ if CloBimbo = 1:'This item is considered bimbo clothing.'
|
|
|
|
|
|
if $ARGS[2] = 'naughty' and CloQuality < 4:'This outfit can be used for prostitution.'
|
|
|
|