Retrieve location_to_data area from multidata if present.

This commit is contained in:
CaitSith2
2020-10-29 15:18:59 -07:00
parent e48838151b
commit 58765a18d3
2 changed files with 27 additions and 5 deletions

View File

@@ -122,7 +122,7 @@
<td>{{ player_names[(team, loop.index)]|e }}</td>
{%- for area in ordered_areas -%}
{%- set checks_done = checks[area] -%}
{%- set checks_total = checks_in_area[area] -%}
{%- set checks_total = checks_in_area[player][area] -%}
{%- if checks_done == checks_total -%}
<td class="item-acquired center-column">
{{ checks_done }}/{{ checks_total }}</td>