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

Merge branch 'pregmod-dev' into 'pregmod-master'

fixes

See merge request pregmodfan/fc-pregmod!9059
parents 5db09a9a 25780a4f
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ App.Events.PEUnderageConcubine = class PEUnderageConcubine extends App.Events.Ba
V.eventResults.youngConcubine = 1; // don't repeat this event
const haveSmilingMan = V.SecExp && V.SecExp.smilingMan.progress === 10;
const haveSmilingMan = V.secExpEnabled && V.SecExp && V.SecExp.smilingMan.progress === 10;
App.Events.addResponses(node, [
new App.Events.Result("Ignore the controversy... What can they do about it anyway?", ignore),
new App.Events.Result("Contact an old-world talk show and schedule an interview", interview),
......
......@@ -258,11 +258,6 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
} else {
r.push(`${He} is so overfilled you can clearly make out the implant within ${his} body through ${his} skin. It is so full, not one motion can be seen in its contents nor can one push their hand into it. It's a wonder that both ${him} and ${his} implant have managed to hold together this long.`);
}
if (slave.weight > 190) {
r.push(`${His} massively fat belly is stretched to the limit, so much so ${his} folds are pulled flat and ${his} softness, firm. ${He} is so overfilled you can clearly make out the implant within ${his} body through ${his} skin.`);
} else {
r.push(`${He} is so overfilled you can clearly make out the implant within ${his} body through ${his} skin. It is so full, not one motion can be seen in its contents nor can one push their hand into it.`);
}
r.push(`It baffles the mind how ${him} and ${his} implant could swell to such a size.`);
if (slave.belly <= (slave.pregAdaptation * 1000)) {
r.push(`Unbelievably, ${he} seems unshaken by ${his} obscene gravidity; ${his} body is so adapted to carrying children that, even at ${his} current volume, ${he} is physically capable of growing larger.`);
......
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