From 6740a950a6e353667a801b2522f3058ac9c991e5 Mon Sep 17 00:00:00 2001 From: deicidus <> Date: Thu, 16 Jun 2022 13:03:40 -0700 Subject: [PATCH] readme --- README.md | 1 + scripts/priority.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a8e0f1..39b8b8c 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ These features are planned and many are mocked up in the menus: ## Version History +* 0.1.8 Priorities now upboat more intuitively * 0.1.7 Added support for feature submodules and adding system services to AO's features menu * 0.1.4 Added fantasy hook feature to bring the AO MUD aesthetic into the terminal * 0.1.2 AO install wizard partway done, reorganized project repos, 'Check AO install' feature diff --git a/scripts/priority.js b/scripts/priority.js index c42ddd4..db1c038 100644 --- a/scripts/priority.js +++ b/scripts/priority.js @@ -234,6 +234,5 @@ async function priorityCardMenu(card, index, allPriorities) { default: return false } - console.log('broken') return true }