summaryrefslogtreecommitdiff
path: root/sql.py
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12You now need `max_sum` to be set in order to summon something.Jesusaves1-1/+3
This value cannot be changed right now (summons cannot be learned) Means you're struck with default summon "(0)". I am wondering how the summons unlock quests will be. Will they unlock with main story, or will they be a side quest? Remains to be seen...
2021-08-04Verbosity should now be fine (or at least, better)Jesusaves1-1/+1
2021-08-04Add another verbosity level, otherwise debug.txt will be a monsterJesusaves1-9/+10
2020-12-31Relicense the game to GPLv3.Jesusaves1-10/+9
utils.py can still be used under the LGPL. The LGPL license present in git history is no longer valid, but already issued copies still are. Needless to say, there are no "already issued copies"...
2020-12-18Try to improve linting in sql, now, and one I missedJesusaves1-1/+3
2020-12-16Import the good ol' SQL module.Jesusaves1-0/+365