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

Merge branch 'tweaks' into 'pregmod-master'

Replaced en dashes with em dashes

See merge request pregmodfan/fc-pregmod!11485
parents 67442941 2799be4e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ App.Events.pAbducted = class pAbducted extends App.Events.BaseEvent {
abductor.skill.oral = 0;
abductor.skill.anal = 0;
abductor.muscles = Math.max(abductor.muscles, 40);
abductor.origin = `You sentenced $him to enslavement for the attempted abduction of a child - you, to be exact.`;
abductor.origin = `You sentenced $him to enslavement for the attempted abduction of a child you, to be exact.`;
abductor.devotion = -100;
abductor.trust = -100;
setHealth(abductor, jsRandom(-40, -20), normalRandInt(15, 3), undefined, 1, random(30, 80));
......
......@@ -42,7 +42,7 @@ App.Events.pRaped = class pRaped extends App.Events.BaseEvent {
rapist.waist = -20;
}
rapist.muscles = Math.max(rapist.muscles, 10);
rapist.origin = `You sentenced $him to enslavement for the attempted rape of a free ${womanP} - you, to be exact.`;
rapist.origin = `You sentenced $him to enslavement for the attempted rape of a free ${womanP} you, to be exact.`;
rapist.devotion = -100;
rapist.trust = -100;
setHealth(rapist, jsRandom(-40, -20), normalRandInt(15, 3), undefined, 1, jsRandom(30, 80));
......
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