Skip to content
Snippets Groups Projects
Commit 47984cf7 authored by pregmodfan's avatar pregmodfan
Browse files

bugfix, missing )

parent 4e48fb6d
No related branches found
No related tags found
1 merge request!1658bugfix, missing ")"
......@@ -65,7 +65,7 @@
<<set $HGEnergy++>>
<</if>>
<<if canAchieveErection($HeadGirl)>>
<<set $HGCum = 2+Math.trunc(($HeadGirl.balls/5)+($HeadGirl.energy/95)+($HeadGirl.health/95)+($HeadGirl.devotion/95)+($reproductionFormula*5)>>
<<set $HGCum = 2+Math.trunc(($HeadGirl.balls/5)+($HeadGirl.energy/95)+($HeadGirl.health/95)+($HeadGirl.devotion/95)+($reproductionFormula*5))>>
<</if>>
<<else>>
<<removeJob $slaves[$i] "be your Head Girl">>
......
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