Skip to content

Commit

Permalink
Prepare for 0.22
Browse files Browse the repository at this point in the history
- Tested for Spirited Giraffe
- Add basic quests management
- Support for showing text colours
- Temporarily disable random name gen
- Various GUI tweaks and bug fixes
  • Loading branch information
wizzomafizzo committed Apr 22, 2015
1 parent ed63c1b commit 3ef590f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starcheat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
if not os.path.isdir(config_folder):
os.mkdir(config_folder)

STARCHEAT_VERSION = "0.21 (Upbeat Giraffe)"
STARCHEAT_VERSION_TAG = "0.21"
STARCHEAT_VERSION = "0.22 (Spirited Giraffe)"
STARCHEAT_VERSION_TAG = "0.22"
CONFIG_VERSION = 14
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down

0 comments on commit 3ef590f

Please sign in to comment.