|
@@ -52,6 +52,9 @@ if $ARGS[0] = '':
|
|
|
$pcdesc_throatwordy = 'elastic, oft-fucked'
|
|
|
$throattipe = 'bottomless'
|
|
|
end
|
|
|
+
|
|
|
+ if silicon_butt > 0:
|
|
|
+ $pcs_butt = 'Through the use of implants, you have given yourself a jiggly bubble <a href="exec:view''images/pc/body/ass/4.jpg''">butt</a> that attracts the attention of the people around you. It might be fake, but you''ve got some junk in the trunk.'
|
|
|
|
|
|
if pcs_breath = 1:$pcs_throat += ' Last you checked, your breath smelled fresh and minty.'
|
|
|
|
|
@@ -260,7 +263,8 @@ if $ARGS[0] = '':
|
|
|
pcs_waist = (pcs_hips * wratio) / 100 + vofat
|
|
|
pcs_band = (pcs_waist * bratio) / 100 + vofat
|
|
|
pcs_bust = (pcs_waist * bratio) / 100 + nbsize + magicf2b + silicone
|
|
|
- pcs_butt = (pcs_hips / 10) + silicone_butt
|
|
|
+ !! Commenting below stat out to use it for butt descriptions. Seems unused anywhere else.
|
|
|
+ !! pcs_butt = (pcs_hips / 10) + silicone_butt
|
|
|
pcs_cupsize = pcs_bust - pcs_band
|
|
|
|
|
|
!! If the PC has vastly less breast tissue than she does silicone, use a slightly more derogatory term. There is actually not a great way to calculate this; silicone counts almost the same on all body types, even though an increase of 200cc, for example, would be vastly
|