We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce14ab8 commit ce844bdCopy full SHA for ce844bd
magic/map-6-churches-1000.php
@@ -107,7 +107,7 @@ function load_self_content( data ) {
107
<span class="self_population bold">${data.population}</span>.
108
In order to reach the community goal of 1 church for every <span class="population_division bold">${pop_div.toLocaleString("en-US")}</span> people,
109
<span class="self_name ucwords bold">${data.name}</span> needs
110
- <span class="self_needed bold">${data.needed}</span> new churches.
+ <span class="self_needed bold">${data.needed / 2}</span> new churches.
111
`)
112
}
113
/* custom level content */
0 commit comments