X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fcommon%2FZeldaIcon.js;h=067dfbc2e986e4de3a5a3e37a835a29d72cb1cad;hb=d256e01621a8b1072365ae0893002dccb7661898;hp=c5da0b554cbc242322ea3f8c2ab0a2510c50a23f;hpb=55522c5c51edc11a4733d9bfe86e5640645a2f5f;p=alttp.git diff --git a/resources/js/components/common/ZeldaIcon.js b/resources/js/components/common/ZeldaIcon.js index c5da0b5..067dfbc 100644 --- a/resources/js/components/common/ZeldaIcon.js +++ b/resources/js/components/common/ZeldaIcon.js @@ -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 ''; }