Skip to content
Snippets Groups Projects
Commit 3d710206 authored by Anu's avatar Anu
Browse files

Update src/events/intro/pcRumorIntro.js

parent 53698e13
No related branches found
No related tags found
1 merge request!10443Fix pcRumorIntro
......@@ -36,11 +36,11 @@ App.Intro.PCRumorIntro = function() {
return node;
function makeOption(linkTitle, career, desc) {
function makeOption(linkTitle, rumor, desc) {
App.UI.DOM.appendNewElement("div", node, App.UI.DOM.passageLink(
linkTitle,
"Takeover Target",
() => V.PC.rumor = desc
() => V.PC.rumor = rumor
));
App.UI.DOM.appendNewElement("div", node, desc, ["indent", "note"]);
......
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