Change choose system for the witch and revert commit c55315fa3e

This commit is contained in:
yoxu 2025-09-04 22:53:58 +02:00
commit 28aeb84c50
Signed by: yoxu
GPG key ID: CC1DC0EBE5E7D4E8
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View file

@ -199,7 +199,7 @@ cython_debug/
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder
.vscode/
# .vscode/
# Ruff stuff:
.ruff_cache/

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"cSpell.words": [
"potionchoice"
]
}