Skip to content

Commit ce844bd

Browse files
committed
Fix to math
1 parent ce14ab8 commit ce844bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magic/map-6-churches-1000.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function load_self_content( data ) {
107107
<span class="self_population bold">${data.population}</span>.
108108
In order to reach the community goal of 1 church for every <span class="population_division bold">${pop_div.toLocaleString("en-US")}</span> people,
109109
<span class="self_name ucwords bold">${data.name}</span> needs
110-
<span class="self_needed bold">${data.needed}</span> new churches.
110+
<span class="self_needed bold">${data.needed / 2}</span> new churches.
111111
`)
112112
}
113113
/* custom level content */

0 commit comments

Comments
 (0)