summaryrefslogtreecommitdiff
path: root/game/02_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-16 10:53:01 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-16 10:53:01 -0300
commit672459901d647007927118a89779b1b90d7bc9ff (patch)
tree93342336e8da48932391b72d004db7d64aeab33d /game/02_init.rpy
parent91b67c1e4758033e6fc98e23c781c688e702cf70 (diff)
downloadclient-672459901d647007927118a89779b1b90d7bc9ff.tar.gz
client-672459901d647007927118a89779b1b90d7bc9ff.tar.bz2
client-672459901d647007927118a89779b1b90d7bc9ff.tar.xz
client-672459901d647007927118a89779b1b90d7bc9ff.zip
Allow you to switch the summon during combat (this is what the cog does)
Diffstat (limited to 'game/02_init.rpy')
-rw-r--r--game/02_init.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/02_init.rpy b/game/02_init.rpy
index 2e8a489..3791413 100644
--- a/game/02_init.rpy
+++ b/game/02_init.rpy
@@ -113,7 +113,7 @@ init -1 python:
def GAME_LOADER():
global allunitsbase, allunits, allquests, allstory, allworld, alltaverns
- global allnews, tr_uptodate, tr_memcheck, tr_fatality
+ global allnews, allsummons, tr_uptodate, tr_memcheck, tr_fatality
# Wait until everything is up to date
while not tr_uptodate: