From 11cd73c70bd8a8b22082c257d9523583be38d2b5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 14 Sep 2021 14:13:37 -0400 Subject: [PATCH] Change default cycle prefix to not collide with existing data --- strange_eons_to_arkhamdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strange_eons_to_arkhamdb.js b/strange_eons_to_arkhamdb.js index 9664664..27fe1ea 100644 --- a/strange_eons_to_arkhamdb.js +++ b/strange_eons_to_arkhamdb.js @@ -10,7 +10,7 @@ const FORMAT = ImageUtils.FORMAT_PNG; // TODO: should be defined in strange eons somewhere const pack_code = "kyo_player"; -const cycle_prefix = "42"; +const cycle_prefix = "43"; function renameSlot(slot) { if (slot.startsWith('1 ')) {