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

fix weight

parent 740bd887
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ App.Events.REAWOL = class REAWOL extends App.Events.BaseEvent {
}
get weight() {
return 0.5; // Originally rolled opposed to "RE Poker Night"
return either(0, 1); // Originally rolled opposed to "RE Poker Night"
}
execute(node) {
......@@ -39,7 +39,6 @@ App.Events.REAWOL = class REAWOL extends App.Events.BaseEvent {
slave.custom.tattoo = "$He has a number of tattoos from a variety of mercenary companies.";
slave.clothes = "a military uniform";
const {
He,
he, him, his, woman
......@@ -180,7 +179,8 @@ App.Events.REAWOL = class REAWOL extends App.Events.BaseEvent {
function flog(inHouse) {
const frag = new DocumentFragment();
let r = [];
r.push(`An example must be made. There is a binding contract between you and your ${V.mercenariesTitle}, and this ${woman} attempted to undermine it for ${his} own selfish profit. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public <span class="reputation inc">approves of this harshness.</span>`);
r.push(`An example must be made. There is a binding contract between you and your ${V.mercenariesTitle}, and this ${woman} attempted to undermine it for ${his} own selfish profit. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public <span class=""></span>`);
App.UI.DOM.makeElement("span", "approves of this harshness.", "reputation inc");
repX(5000, "event", slave);
if (inHouse) {
r.push(`In addition <span class="prosperity inc">Arcology prosperity improves,</span> a result of showing your citizens that you are willing and able to deal with such matters in-house.`);
......
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