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

Merge branch 'fixes' into 'pregmod-master'

Beauty fix

See merge request !2624
parents 8128df52 175bbc61
No related branches found
No related tags found
1 merge request!2624Beauty fix
......@@ -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