]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/common/ZeldaIcon.js
crystal switches in door tracker
[alttp.git] / resources / js / components / common / ZeldaIcon.js
index c5da0b554cbc242322ea3f8c2ab0a2510c50a23f..067dfbc2e986e4de3a5a3e37a835a29d72cb1cad 100644 (file)
@@ -74,6 +74,10 @@ const getIconURL = name => {
                case 'dungeon-tr':
                case 'dungeon-tt':
                        return `/dungeon/${name.substr(8)}.png`;
+               case 'crystal-switch':
+               case 'crystal-switch-blue':
+               case 'crystal-switch-red':
+                       return `/icon/${name}.png`;
                default:
                        return '';
        }