summaryrefslogtreecommitdiff
path: root/game/client.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-18 01:27:43 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-18 01:27:43 -0300
commit8a4e94baf981d7371612321edd404c299ea781fa (patch)
treeb35e88110e1621dafa9cd6e41637d05702d31d91 /game/client.rpy
parent30fdb3479af1476a8556e4ea5d606e7bb2b7104e (diff)
downloadrenpy-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.rpy1
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()