Skip to content
Snippets Groups Projects
Commit 18dec1fb authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'patch-1' into 'pregmod-master'

Update assayWidgets.tw

See merge request pregmodfan/fc-pregmod!2070
parents a7a77e62 8c24b3bc
No related branches found
No related tags found
No related merge requests found
......@@ -36,18 +36,18 @@
<</if>>
<<elseif $args[0].faceShape == "androgynous">>
<<if ($arcologies[0].FSGenderRadicalist != "unset")>>
<<set $beauty -= (0-($arcologies[0].FSGenderRadicalist/25))*($args[0].face/30)>>
<<set $beauty += 2-((1-($arcologies[0].FSGenderRadicalist/25))*($args[0].face/30))>>
<<elseif ($arcologies[0].FSGenderFundamentalist != "unset")>>
<<set $beauty -= ($arcologies[0].FSGenderFundamentalist/25)*($args[0].face/30)>>
<<set $beauty += 2-((1+($arcologies[0].FSGenderFundamentalist/25))*($args[0].face/30))>>
<<else>>
<<set $beauty -= $args[0].face/30>>
<<set $beauty += 2-($args[0].face/30)>>
<</if>>
<<elseif $args[0].faceShape == "exotic">>
<<set $beauty += 2*($args[0].face/30)>>
<<elseif $args[0].faceShape == "sensual">>
<<set $beauty += 2+($args[0].face/30)>>
<<elseif $args[0].faceShape == "cute">>
<<set $beauty += 4>>
<<set $beauty += 8/3>>
<</if>>
<<if $args[0].brand != 0>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment