]> git.localhorst.tv Git - alttp.git/commitdiff
add shop option
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 29 May 2025 16:09:50 +0000 (18:09 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 29 May 2025 16:09:50 +0000 (18:09 +0200)
resources/js/components/zootr/MixedPoolsTracker.js

index 808ccdfbf831481be38df5cccebba55845cb471f..3a87df335b40009707bf17df0bee52c8f509de4d 100644 (file)
@@ -2226,6 +2226,14 @@ const ROOMS = [
                short: 'Trash',
                multi: true,
        },
+       {
+               id: 'shop',
+               bgColor: '#fffd00',
+               fgColor: '#000000',
+               name: 'Shop',
+               short: 'Shop',
+               multi: true,
+       },
        {
                id: 'zlf',
                bgColor: '#fffd00',