Skip to content
Snippets Groups Projects
Commit 895c15c2 authored by Pregmodder's avatar Pregmodder
Browse files

correction to assayWidgets.tw

parent 708b001f
No related branches found
No related tags found
1 merge request!2712Pregmod v1031
......@@ -11,7 +11,7 @@
<<set $beauty += 150 - ($args[0].visualAge*3) + (Math.min($args[0].health,100)/5) - ($args[0].waist/20) - ($args[0].muscles/30) +($args[0].lips/10) + ($args[0].face/5) + ($args[0].clit) + (($args[0].height-160)/10) + ($args[0].voice) + (($args[0].intelligence+$args[0].intelligenceImplant)/10) + ($args[0].entertainSkill/10) + ($args[0].whoreSkill/10) + (2*$args[0].hips)>>
<<if $arcologies[0].FSDegradationist != "unset">>
<<set $beauty -= ($arcologies[0].FSDegradationist/10)*($args[0].intelligence+$args[0].intelligenceImplant/20)>>
<<set $beauty -= ($arcologies[0].FSDegradationist/10)*(($args[0].intelligence+$args[0].intelligenceImplant)/20)>>
<</if>>
<<if $arcologies[0].FSGenderFundamentalistLawBimbo == 1>>
......
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