From 4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 1 May 2021 19:04:52 -0500 Subject: Show minions that haven't been unlocked in response (#20) * add minions that haven't been unlocked yet to response, and slightly optimize constants * remove most console.logs with console.debugs * mock constants --- test/data/constants/skills.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/data/constants/skills.json (limited to 'test/data/constants/skills.json') diff --git a/test/data/constants/skills.json b/test/data/constants/skills.json new file mode 100644 index 0000000..ab04362 --- /dev/null +++ b/test/data/constants/skills.json @@ -0,0 +1,12 @@ +[ + "alchemy", + "carpentry", + "combat", + "enchanting", + "farming", + "fishing", + "foraging", + "mining", + "runecrafting", + "taming" +] \ No newline at end of file -- cgit