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/slayers.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/data/constants/slayers.json (limited to 'test/data/constants/slayers.json') diff --git a/test/data/constants/slayers.json b/test/data/constants/slayers.json new file mode 100644 index 0000000..f9bc036 --- /dev/null +++ b/test/data/constants/slayers.json @@ -0,0 +1,5 @@ +[ + "spider", + "wolf", + "zombie" +] \ No newline at end of file -- cgit