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

Merge branch 'murder' into 'pregmod-master'

murder

See merge request pregmodfan/fc-pregmod!7696
parents 42a3b6ef 4fb4e57e
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ App.Events.murderAttempt = function() { ...@@ -3,6 +3,7 @@ App.Events.murderAttempt = function() {
V.murderAttemptWeek += 8 + Math.floor(Math.random() * 8); V.murderAttemptWeek += 8 + Math.floor(Math.random() * 8);
// disable Continue // disable Continue
V.nextButton = " "; V.nextButton = " ";
App.Utils.updateUserButton();
const nextPassage = "Random Nonindividual Event"; const nextPassage = "Random Nonindividual Event";
const perceptiveCareers = ["mercenary", "gang", "escort"]; const perceptiveCareers = ["mercenary", "gang", "escort"];
// event unique // event unique
...@@ -387,6 +388,7 @@ App.Events.murderAttempt = function() { ...@@ -387,6 +388,7 @@ App.Events.murderAttempt = function() {
App.Events.murderAttemptFollowup = function(variation, companyName, type) { App.Events.murderAttemptFollowup = function(variation, companyName, type) {
V.nextButton = "Continue"; V.nextButton = "Continue";
V.nextLink = "Random Nonindividual Event"; V.nextLink = "Random Nonindividual Event";
App.Utils.updateUserButton();
const fragment = document.createDocumentFragment(); const fragment = document.createDocumentFragment();
switch (variation) { switch (variation) {
......
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