Skip to content
Snippets Groups Projects
Commit 4008e468 authored by majou's avatar majou
Browse files

variables-start2 fixes

moved `<<applyfeatsboost>>` to the bottom to prevent changing values
that are not yet defined
added prison to the starting $daily object
parent 98fc59ed
No related branches found
No related tags found
1 merge request!2036variables-start2 fixes
......@@ -201,10 +201,6 @@
<<set $saveId to random(10000, 99999)>>
<</if>>
<<if $feats.allSaves.points gt 0>>
<<applyFeatsBoost>>
<</if>>
<<if $player.penisExist>>
<<set $semen_amount to 90>>
<<set $semen_volume to 90>>
......@@ -348,6 +344,11 @@
<<set $robinPunishments to []>>
<<set $robinTraumaMultiplier to 1>>
<<set $daily to { school: { attended: {} }, whitney: {}, robin: {}, kylar: {}, morgan: {}, eden: {}, alex: {}, sydney: {}, ex: {}, pharm: {} }>>
<<set $daily to { school: { attended: {} }, whitney: {}, robin: {}, kylar: {}, morgan: {}, eden: {}, alex: {}, sydney: {}, ex: {}, pharm: {}, prison: {} }>>
<<set $weekly to { theft: {}, sewers: {} }>>
<<if $feats.allSaves.points gt 0>>
<<applyFeatsBoost>>
<</if>>
<</widget>>
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