diff options
Diffstat (limited to 'apworld')
| -rw-r--r-- | apworld/client/maps/control_center.gd | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/apworld/client/maps/control_center.gd b/apworld/client/maps/control_center.gd index 92999d3..1fecc7b 100644 --- a/apworld/client/maps/control_center.gd +++ b/apworld/client/maps/control_center.gd | |||
| @@ -79,7 +79,7 @@ func on_map_load(root): | |||
| 79 | var mastery_count = 0 | 79 | var mastery_count = 0 |
| 80 | for key in unlocks.data: | 80 | for key in unlocks.data: |
| 81 | if unlocks.data[key] == "unlocked": | 81 | if unlocks.data[key] == "unlocked": |
| 82 | if key.ends_with("_ending"): | 82 | if key.ends_with("_ending") and key != "free_ending": |
| 83 | ending_count += 1 | 83 | ending_count += 1 |
| 84 | elif key.ends_with("_mastery"): | 84 | elif key.ends_with("_mastery"): |
| 85 | mastery_count += 1 | 85 | mastery_count += 1 |
