Skip to content

Commit 0655527

Browse files
committed
loops: fix tour varname (fix omsi6#75)
1 parent 21ffc06 commit 0655527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loops/actionList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3372,7 +3372,7 @@ Action.GuidedTour = new Action("Guided Tour", {
33723372
type: "progress",
33733373
expMult: 1,
33743374
townNum: 4,
3375-
varName: "Plots",
3375+
varName: "Tour",
33763376
stats: {
33773377
Per: 0.3,
33783378
Con: 0.2,
@@ -3935,7 +3935,7 @@ Action.PurchaseLand = new Action("Purchase Land", {
39353935
},
39363936
affectedBy: ["Seek Citizenship"],
39373937
manaCost() {
3938-
return 1000; // Temp.
3938+
return 2500;
39393939
},
39403940
canStart() {
39413941
return resources.citizenship && resources.gold >= 50;

0 commit comments

Comments
 (0)