diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 83742f4b21185a1a002253a4f347e230f19be5b1..c872cf579b8ebb1b5d33b9725e87e1676e355372 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -341,7 +341,9 @@ You should have received a copy of the GNU General Public License along with thi <<set $verboseDescriptions = 0>> /* Accordion 000-250-006 */ <<set $useAccordion = 0>> - + + <<set $debugMode = 0>> + <<set $showNeighborDetails = 1>> <<set $useTabs = 0>> <<set $tabChoice = {Main: "all"}>> <<set $formatNumbers = 1>> @@ -353,6 +355,8 @@ You should have received a copy of the GNU General Public License along with thi <<set $showEconomicDetails = 0>> /* Pregmod specific */ + <<set $allowMaleSlaveNames = false>> + <<set $profiler = 0>> <<set $economy = 100>> <<set $baseDifficulty = 3>> <<set $difficultySwitch = 0>> diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw index a47ee015bc66bf7ec8acb98938b0a384d6642ec6..f60f4a15781f8409b2620ba4d081d3935bfd944b 100644 --- a/src/uncategorized/options.tw +++ b/src/uncategorized/options.tw @@ -136,8 +136,8 @@ This save was created using FC version $ver build $releaseID. <<options $showNeighborDetails>> Economic report neighbor details such as trade impacts on culture are - <<option true "Enabled">> - <<option false "Disabled">> + <<option 1 "Enabled">> + <<option 0 "Disabled">> <</options>> <<options $formatNumbers>> @@ -600,8 +600,8 @@ This save was created using FC version $ver build $releaseID. <<options $showDistantRelatives>> Distant relatives such as aunts, nieces and cousins are - <<option true "Enabled">> - <<option false "Disabled">> + <<option 1 "Enabled">> + <<option 0 "Disabled">> <</options>> <</if>> </div>