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

Merge branch 'fixes1' into 'pregmod-master'

Fixes

See merge request pregmodfan/fc-pregmod!1572
parents 467b16c8 5c176f8d
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@
<<set $PC.boobsImplant = Number($PC.boobsImplant) || 0>>
<</if>>
<<set $PC.butt = Number($PC.butt) || 0>>
<<if $PC.butt == 0>>
<<if $PC.butt == 0>>
<<set $PC.buttImplant = 0>>
<<else>>
<<set $PC.buttImplant = Math.clamp($PC.buttImplant, 0, 1>>
<<set $PC.buttImplant = Math.clamp($PC.buttImplant, 0, 1)>>
<</if>>
<<if $PC.dick == 1>>
<<set $PC.balls = Number($PC.balls) || 0>>
......@@ -30,8 +30,8 @@
<<set $PC.ballsImplant = 0>>
<</if>>
<<set $PC.dick = Math.clamp($PC.dick, 0, 1>>
<<set $PC.vagina = Math.clamp($PC.vagina, 0, 1>>
<<set $PC.dick = Math.clamp($PC.dick, 0, 1)>>
<<set $PC.vagina = Math.clamp($PC.vagina, 0, 1)>>
<<set $PC.ageImplant = Number($PC.ageImplant) || 0>>
<<set $PC.playerAging = Number($PC.playerAging) || 0>>
......
......@@ -350,7 +350,7 @@ window.todaysOutfit = function(slave) {
} else if(ArcologyZero.FSChineseRevivalist > 0) {
wardrobeFS.push({text: "and wears a brief qipao to show off and look Chinese at the same time.", clothes: "a slutty qipao"});
} else if(ArcologyZero.FSAztecRevivalist > 0) {
wardrobeFS.push({text: "and drapes a huipil over herself to to fit in with your Aztec revivalism.", clothes: "a huipil"});
wardrobeFS.push({text: "and drapes a huipil over herself to fit in with your Aztec revivalism.", clothes: "a huipil"});
}
if(ArcologyZero.FSGenderFundamentalist > 0) {
wardrobeFS.push({text: "and wears a cheerleader outfit to look like a hot slut.", clothes: "a cheerleader outfit"});
......
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