Skip to content

Commit 21ffc06

Browse files
committed
loops: fix varnames on z5 limited actions (fix omsi6#74)
1 parent 7da958c commit 21ffc06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

loops/actionList.js

Lines changed: 2 additions & 1 deletion
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: "Tour",
3375+
varName: "Plots",
33763376
stats: {
33773377
Per: 0.3,
33783378
Con: 0.2,
@@ -3457,6 +3457,7 @@ Action.AcceptDonations = new Action("Accept Donations", {
34573457
type: "limited",
34583458
expMult: 1,
34593459
townNum: 4,
3460+
varName: "Donations",
34603461
stats: {
34613462
Con: 0.1,
34623463
Cha: 0.2,

0 commit comments

Comments
 (0)