diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-18 01:27:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-18 01:27:43 -0300 |
commit | 8a4e94baf981d7371612321edd404c299ea781fa (patch) | |
tree | b35e88110e1621dafa9cd6e41637d05702d31d91 /game/client.rpy | |
parent | 30fdb3479af1476a8556e4ea5d606e7bb2b7104e (diff) | |
download | renpy-8a4e94baf981d7371612321edd404c299ea781fa.tar.gz renpy-8a4e94baf981d7371612321edd404c299ea781fa.tar.bz2 renpy-8a4e94baf981d7371612321edd404c299ea781fa.tar.xz renpy-8a4e94baf981d7371612321edd404c299ea781fa.zip |
The Void, initial version
Diffstat (limited to 'game/client.rpy')
-rw-r--r-- | game/client.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/client.rpy b/game/client.rpy index 9a26ea3..e9b87b4 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -153,6 +153,7 @@ init 2 python: mySoul={} mySoul["level"]=dat["soulv"] mySoul["exp"]=dat["soulx"] + mySoul["next"]=dat["varlv"] progress = 100 except: traceback.print_exc() |