From 0f6a996f8060fcb4a6af523d0dc079c60be4f92b Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 23 Apr 2020 19:37:23 -0700 Subject: [PATCH] Put back $nextButton and $nextLink setters in main.tw because they get tested indirectly --- src/uncategorized/main.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index 8cc93cd68ce..d8b335a78de 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -15,7 +15,7 @@ <<run penthouseCensus()>> -<<set $showEncyclopedia = 1, $encyclopedia = "How to Play">> +<<set $nextButton = "END WEEK", $nextLink = "End Week", $showEncyclopedia = 1, $encyclopedia = "How to Play">> <<set $costs = Math.trunc(calculateCosts.predict())>> <<set $currentRule = $defaultRules[0]>> -- GitLab