Skip to content
Snippets Groups Projects
Commit 2799be4e authored by DCoded's avatar DCoded
Browse files

Replaced en dashes with em dashes

parent 67442941
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