summaryrefslogtreecommitdiff
path: root/game/battle.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-26 16:05:08 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-26 16:05:08 -0300
commit7f8878db5bb6d353d5baa1ba9cf961fe7cba1582 (patch)
tree151f4ac3412493dc10373ad113ec2b6ac67a9c0b /game/battle.rpy
parent6bbea157196786727763f7220ce082d4d89fb0dc (diff)
downloadclient-7f8878db5bb6d353d5baa1ba9cf961fe7cba1582.tar.gz
client-7f8878db5bb6d353d5baa1ba9cf961fe7cba1582.tar.bz2
client-7f8878db5bb6d353d5baa1ba9cf961fe7cba1582.tar.xz
client-7f8878db5bb6d353d5baa1ba9cf961fe7cba1582.zip
Update experience headers in client
Diffstat (limited to 'game/battle.rpy')
-rw-r--r--game/battle.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/battle.rpy b/game/battle.rpy
index 105266a..2d51b69 100644
--- a/game/battle.rpy
+++ b/game/battle.rpy
@@ -209,6 +209,8 @@ label results:
update_ap()
#Player["exp"]+=1
expmsg="PLAYER {b}RANK UP!{/b} (Max Ap: %d -> %d)" % (Player["max_ap"]-response["rank"]+1, Player["max_ap"])
+ Player["exp"]=response["rk_exp"]
+ Player["max_exp"]=response["rk_mexp"]
# Report screen
try: