]> git.localhorst.tv Git - alttp.git/commitdiff
fix hc map chest
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 25 Mar 2024 11:52:54 +0000 (12:52 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 25 Mar 2024 11:52:54 +0000 (12:52 +0100)
resources/js/helpers/tracker.js

index 902a1bfc9ba9d11f84d744d12936a538fb7ba137..4a907ffb47586655de4e1c79f5271020a81b545c 100644 (file)
@@ -92,7 +92,7 @@ export const DUNGEONS = [
                mask: DUNGEON_MASKS.HC,
                checks: [
                        'dark-cross',
-                       'hc-map',
+                       'hc-map-chest',
                        'hc-boom',
                        'hc-cell',
                        'sanc',
@@ -905,7 +905,7 @@ export const UNDERWORLD_LOCATIONS = [
                chest: 0,
        },
        {
-               id: 'hc-map',
+               id: 'hc-map-chest',
                area: 'hc',
                room: 0x72,
                chest: 0,