From bcbd38dd6ce7ee93849a0487ec40794adfba9e69 Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Mon, 15 Sep 2025 21:46:25 -0400 Subject: [PATCH] Update library.js --- src/library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library.js b/src/library.js index 779a0b6..d95f8ad 100644 --- a/src/library.js +++ b/src/library.js @@ -16,7 +16,7 @@ function AutoCards(inHook, inText, inStop) { */ // Is Auto-Cards already enabled when the adventure begins? - const DEFAULT_DO_AC = true + const DEFAULT_DO_AC = false // (true or false) // Pin the "Configure Auto-Cards" story card at the top of the player's story cards list?