Browse Source

readme

main
deicidus 2 years ago
parent
commit
6740a950a6
  1. 1
      README.md
  2. 1
      scripts/priority.js

1
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

1
scripts/priority.js

@ -234,6 +234,5 @@ async function priorityCardMenu(card, index, allPriorities) {
default:
return false
}
console.log('broken')
return true
}

Loading…
Cancel
Save