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

whoops

parent b32a9b02
No related branches found
No related tags found
No related merge requests found
......@@ -119,13 +119,13 @@ App.Events.pRivalryVictory = function() {
V.rivalRace = Array.from(setup.filterRaces.keys()).filter(race => race !== rivalArc.FSSubjugationistRace).random();
}
}
if (V.hostageAnnounced === 1) {
r.push(hostageBounty());
}
} else {
r.push(`"All my remaining liquid assets have just been <span class="red">expended in an attack on the value of your holdings,</span> and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin.`);
cashX(random(-10000, -25000), "war");
}
if (V.hostageAnnounced === 1) {
r.push(hostageBounty());
}
cashX(-50000, "war");
r.push(pRivalryCapture());
App.Events.addNode(el, r, "div");
......
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