|
@@ -113,7 +113,6 @@ if $ARGS[0] = 'pussy':
|
|
|
$pc_descWordy['pussy'] = 'virgin'
|
|
|
$vaginatipe = 'virgin'
|
|
|
end
|
|
|
- killvar 'rand_pussy'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'anus':
|
|
@@ -175,7 +174,6 @@ if $ARGS[0] = 'anus':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- killvar 'rand_anus'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'breasts':
|
|
@@ -454,9 +452,6 @@ if $ARGS[0] = 'lips':
|
|
|
!! A pair of ready-made lip strings for writers to use if they are unsure how to construct them themselves. Again, these are not great and should preferably not be relied on, but they are here.
|
|
|
$pc_desc['lips'] = '<<$pc_desc[''lip size'']>> <<$pc_desc[''lip gloss'']>>'
|
|
|
$pc_descWordy['lips'] = '<<$pc_desc[''lip gloss'']>>, <<$pc_descWordy[''lip size'']>>'
|
|
|
-
|
|
|
- killvar 'rand_lips'
|
|
|
- killvar 'rand_lipgloss'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'tan':
|
|
@@ -487,7 +482,6 @@ if $ARGS[0] = 'tan':
|
|
|
$pc_descWordy['tan'] = 'practically swarthy'
|
|
|
$pcs_tan = 'extremely darkly tanned'
|
|
|
end
|
|
|
- killvar 'rand_tan'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'skin':
|
|
@@ -517,7 +511,6 @@ if $ARGS[0] = 'skin':
|
|
|
$skin = 'You have <<$pcs_tan>> and very smooth skin which almost feels like silk to the touch. <<$pirsC>> <<$pirsD>> <<$pirsE>> <<$pirsN>>'
|
|
|
$skin1 = 'excellent'
|
|
|
end
|
|
|
- killvar 'rand_skin'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'eyelashes':
|
|
@@ -614,7 +607,6 @@ if $ARGS[0] = 'eye_color':
|
|
|
$pc_descWordy['eye colour'] = 'attractive'
|
|
|
$pcs_eyecol = 'attractive'
|
|
|
end
|
|
|
- killvar 'rand_eyecol'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'eye_size':
|
|
@@ -637,7 +629,6 @@ if $ARGS[0] = 'eye_size':
|
|
|
$pc_descWordy['eye size'] = 'huge'
|
|
|
$glaza = 'You have huge <<$pcs_eyecol>> eyes that almost look like they''re out of an anime, <<$pcs_lashes>>.<<$glass>>'
|
|
|
end
|
|
|
- killvar 'rand_eyesize'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'pierrcing':
|
|
@@ -787,7 +778,6 @@ if $ARGS[0] = 'makeup':
|
|
|
$pcs_makeup_msg = 'You look, like super hawt and everyone is so jelly because their makeup is boring and ugly.'
|
|
|
$pcs_makeup_tooltip = 'OMG! your makeup is sooo bimbo fine.'
|
|
|
end
|
|
|
- killvar 'rand_makeup'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'nipples':
|
|
@@ -813,7 +803,6 @@ if $ARGS[0] = 'nipples':
|
|
|
$pc_desc['nipples'] = func($this, 'ChooseDescWord', 'enormous', 'meaty', 'huge', 'unmistakably big')
|
|
|
$pc_descWordy['nipples'] = 'huge, meaty'
|
|
|
end
|
|
|
- killvar 'rand_nipples'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'clit':
|
|
@@ -839,7 +828,6 @@ if $ARGS[0] = 'clit':
|
|
|
$pc_descWordy['clit'] = 'enormous, phallic'
|
|
|
$clitsize = 'Your <a href="exec:view''images/pc/body/clit/clit5.jpg''">clit</a> is so large it can be mistaken for a penis.'
|
|
|
end
|
|
|
- killvar 'rand_clit'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'pubes':
|
|
@@ -890,7 +878,6 @@ if $ARGS[0] = 'pubes':
|
|
|
$pc_descWordy['pubes'] = 'eternally silky-smooth'
|
|
|
$pcs_pubes = 'You have a smooth, <a href="exec:view''<<FUNC(''$pube_image'')>>''">bald pussy</a>. <<$pirspiz>><br><<$clitsize>>'
|
|
|
end
|
|
|
- killvar 'rand_pubes'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'legs':
|
|
@@ -915,7 +902,6 @@ if $ARGS[0] = 'legs':
|
|
|
legkoef = 9
|
|
|
$pcs_leghair = 'Your legs are hairy.'
|
|
|
end
|
|
|
- killvar 'rand_legs'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'hair':
|