Skip to content
Snippets Groups Projects
Commit e07c9abf authored by lowercasedonkey's avatar lowercasedonkey
Browse files

polish

parent d19d00d1
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ App.Events.PUndergroundRailroad = class PUndergroundRailroad extends App.Events.
const frag = new DocumentFragment();
let r = [];
unlock();
r.push(`You announce that a treasonous slave will be publicly flogged. Treason is understood in the Free Cities to be activity that tends to undermine slavery, and public interest is considerable when ${traitor.slaveName} is dragged out into a public atrium and secured to a post. You do your duty; the one that passes the sentence should swing the lash. The ordeal is long and bloody. The populace understand the necessity of the punishment, though they are <span class="red">disturbed</span> that such a thing could happen in your penthouse of all places. The effect on ${traitor.slaveName}'s health <span class="health.dec">is serious,</span> and ${he} is <span class="trust dec">terrified of failing you again.</span>`);
r.push(`You announce that a treasonous slave will be publicly flogged. Treason is understood in the Free Cities to be activity that tends to undermine slavery, and public interest is considerable when ${traitor.slaveName} is dragged out into a public atrium and secured to a post. You do your duty; the one that passes the sentence should swing the lash. The ordeal is long and bloody. The populace understand the necessity of the punishment, though they are <span class="reputation dec">disturbed</span> that such a thing could happen in your penthouse of all places. The effect on ${traitor.slaveName}'s health <span class="health dec">is serious,</span> and ${he} is <span class="trust dec">terrified of failing you again.</span>`);
traitor.trust -= 15;
repX(-500, "event", traitor);
healthDamage(traitor, 30);
......@@ -419,7 +419,7 @@ App.Events.PUndergroundRailroad = class PUndergroundRailroad extends App.Events.
} else {
r.push(`is summarily hanged.`);
}
r.push(`The populace understands the necessity of the punishment, though they are <span class="red">disturbed</span> that such a thing could happen in your penthouse of all places. The surviving slaves are <span class="trust dec">terrified</span> at the display, but at least you can be sure they will remember the price of failing you.`);
r.push(`The populace understands the necessity of the punishment, though they are <span class="reputation dec">disturbed</span> that such a thing could happen in your penthouse of all places. The surviving slaves are <span class="trust dec">terrified</span> at the display, but at least you can be sure they will remember the price of failing you.`);
repX(-500, "event", traitor);
V.slaves.forEach(function(s) {
s.trust -= 10 + random(10);
......
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