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

Merge branch 'pregmod-master' into 'pregmod-master'

Put back $nextButton and $nextLink setters in main.tw because they get tested indirectly

Closes #1737

See merge request !6666
parents 869c3189 0f6a996f
No related branches found
No related tags found
1 merge request!6666Put back $nextButton and $nextLink setters in main.tw because they get tested indirectly
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<<run penthouseCensus()>> <<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 $costs = Math.trunc(calculateCosts.predict())>>
<<set $currentRule = $defaultRules[0]>> <<set $currentRule = $defaultRules[0]>>
......
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