Skip to content
Snippets Groups Projects
Commit be848985 authored by deepmurk's avatar deepmurk
Browse files

Merge remote-tracking branch 'MEGAMASTER/pregmod-master' into pregmod-master

parents 709a4afe e1d428be
No related branches found
No related tags found
1 merge request!2625SVG Split + Extras
......@@ -1082,15 +1082,12 @@
<</if>>
<</if>>
<<if $args[0].prestige > 0>>
<<set $beauty += ($beauty*$args[0].prestige*0.5)>>
<</if>>
<<if $args[0].prestige >= 3>>
<<set $beauty += ($beauty*.5)>>
<<set $beauty += ($beauty*2)>>
<<elseif $args[0].prestige == 2>>
<<set $beauty += ($beauty*0.25)>>
<<set $beauty += ($beauty*0.5)>>
<<elseif $args[0].prestige == 1>>
<<set $beauty += ($beauty*0.1)>>
<<set $beauty += ($beauty*0.25)>>
<</if>>
<<if $args[0].pornPrestige == 3>>
<<set $beauty += ($beauty*1.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